index.html 636 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="icon" href="/favicon.ico" />
  8. <script src="/node_modules/ace-builds/src-min-noconflict/ace.js" type="text/javascript"></script>
  9. <title>NPCs</title>
  10. </head>
  11. <body id='body' style="width: 100%; height:100%">
  12. <noscript>You need to enable JavaScript to run this app.</noscript>
  13. <div style="width: 100vw; height:100vh" id='root'></div>
  14. <script type="module" src="/src/index.tsx"></script>
  15. </body>
  16. </html>