123456789101112131415161718 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <link type="image/x-icon" rel="shortcut icon" href="/favicon.png">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title><%= title %></title>
- </head>
- <body>
- <div id="app"></div>
- <script type="module" src="/src/main.ts"></script>
- <script>
- // window.setInterval(function(){
- // new Function('debugger')();
- // }, 100);
- </script>
- </body>
- </html>
|