index.html 427 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8"/>
  5. <link href="/favicon.ico" rel="icon">
  6. <meta content="width=device-width,initial-scale=1.0,user-scalable=0" name="viewport">
  7. <style type="text/css">
  8. #app {
  9. height: 100%;
  10. }
  11. </style>
  12. <title><%- title %></title>
  13. </head>
  14. <body>
  15. <div id="app"></div>
  16. <script type="module" src="/src/main.ts"></script>
  17. </body>
  18. </html>