diff options
author | crupest <crupest@outlook.com> | 2021-06-29 23:50:55 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-29 23:50:55 +0800 |
commit | de7df0e4fb38863b830a104a5a38d0e5247679f8 (patch) | |
tree | 2c758dcf807bc8aa876152b5afc7aa03c61295ec /FrontEnd/index.html | |
parent | 5c0dc840fa4af43fdb7ae5f93f462cd63c74bc6d (diff) | |
download | timeline-de7df0e4fb38863b830a104a5a38d0e5247679f8.tar.gz timeline-de7df0e4fb38863b830a104a5a38d0e5247679f8.tar.bz2 timeline-de7df0e4fb38863b830a104a5a38d0e5247679f8.zip |
...
Diffstat (limited to 'FrontEnd/index.html')
-rw-r--r-- | FrontEnd/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/index.html b/FrontEnd/index.html index ccd6a21b..3cc5a580 100644 --- a/FrontEnd/index.html +++ b/FrontEnd/index.html @@ -24,7 +24,7 @@ </strong>
</noscript>
<div id="app"></div>
- <div id="overlay"></div>
+ <div id="portal"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
|