diff options
author | crupest <crupest@outlook.com> | 2023-09-21 17:45:06 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-21 17:45:21 +0800 |
commit | ffe0ef6dc532f5bf0226e074f95a351b36c5abbd (patch) | |
tree | f4437b59c982980b94088aebd38039635b54b58a /FrontEnd/index.html | |
parent | 4bedca2bf5f3a6aaef004e7a85a9bfab4a9deede (diff) | |
download | timeline-ffe0ef6dc532f5bf0226e074f95a351b36c5abbd.tar.gz timeline-ffe0ef6dc532f5bf0226e074f95a351b36c5abbd.tar.bz2 timeline-ffe0ef6dc532f5bf0226e074f95a351b36c5abbd.zip |
...
Diffstat (limited to 'FrontEnd/index.html')
-rw-r--r-- | FrontEnd/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/index.html b/FrontEnd/index.html index 64f55c90..859c3be7 100644 --- a/FrontEnd/index.html +++ b/FrontEnd/index.html @@ -26,6 +26,7 @@ </strong>
</noscript>
<div id="app"></div>
+ <div id="portal"></div>
<script type="module" src="./src/index.tsx"></script>
</body>
|