123456789101112131415161718 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8"/>
- <link href="/favicon.ico" rel="icon">
- <meta content="width=device-width,initial-scale=1.0,user-scalable=0" name="viewport">
- <style type="text/css">
- #app {
- height: 100%;
- }
- </style>
- <title><%- title %></title>
- </head>
- <body>
- <div id="app"></div>
- <script type="module" src="/src/main.ts"></script>
- </body>
- </html>
|