1
YM
2024-11-20 4e201651d4a5ca76b66faba9e00f5ee2f9ae484f
index.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="zh-cn">
  <head>
    <meta charset="UTF-8">
    <link rel="icon" href="/favicon.ico">
@@ -7,8 +8,10 @@
    <!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline';"> -->
    <title>数字教材阅读器</title>
  </head>
  <body>
    <div id="parentApp"></div>
    <script type="module" src="/src/main.ts"></script>
  </body>
</html>