Showing
2 changed files
with
3 additions
and
7 deletions
| ... | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0" /> |
| 13 | 13 | <link rel="icon" href="./favicon.ico" /> |
| 14 | 14 | <title> |
| 15 | - <%= title %>> | |
| 15 | + <%= title %> | |
| 16 | 16 | </title> |
| 17 | 17 | <link rel="stylesheet" href="./index.css" /> |
| 18 | 18 | </head> |
| ... | ... | @@ -25,11 +25,7 @@ |
| 25 | 25 | <span class="dot dot-spin"><i></i><i></i><i></i><i></i></span> |
| 26 | 26 | </div> |
| 27 | 27 | </div> |
| 28 | - </div> | |
| 29 | - <!-- THINGS_KIT --> | |
| 30 | - <script> | |
| 31 | - document.title="大屏设计器" | |
| 32 | - </script> | |
| 28 | + </div> | |
| 33 | 29 | <script type="module" src="/src/main.ts"></script> |
| 34 | 30 | </body> |
| 35 | 31 | ... | ... |