index.html 566 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="en_us">
  3. <head>
  4. <title>Damaged Thunder</title>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0,user-scalable=no" />
  7. <link rel="stylesheet" href="./css/core.css" />
  8. <link rel="preconnect" href="https://fonts.gstatic.com">
  9. <link href="https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap" rel="stylesheet">
  10. </head>
  11. <body>
  12. <div id="game"></div>
  13. <script type="module" src="./js/Core.js"></script>
  14. </body>
  15. </html>