Нема описа

index.html 534B

123456789101112131415161718192021
  1. <!doctype html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0" />
  6. <link rel="icon" href="/favicon.ico" />
  7. <title>Simulator Web UI</title>
  8. </head>
  9. <body>
  10. <noscript>
  11. <strong>
  12. We're sorry but this application doesn't work properly without JavaScript enabled. Please
  13. enable it to continue.
  14. </strong>
  15. </noscript>
  16. <div id="app"></div>
  17. <script type="module" src="/src/main.ts"></script>
  18. </body>
  19. </html>