index.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>catpuzzle</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
  7. <!-- Made with Construct, the game and app creator :: https://www.construct.net -->
  8. <meta name="generator" content="Scirra Construct">
  9. <meta name="author" content="catpuzzle">
  10. <link rel="manifest" href="appmanifest.json">
  11. <link rel="apple-touch-icon" sizes="128x128" href="icons/icon-128.png">
  12. <link rel="apple-touch-icon" sizes="256x256" href="icons/icon-256.png">
  13. <link rel="apple-touch-icon" sizes="512x512" href="icons/icon-512.png">
  14. <link rel="icon" type="image/png" href="icons/icon-512.png">
  15. <link rel="stylesheet" href="style.css">
  16. </head>
  17. <body>
  18. <script>
  19. if (location.protocol.substr(0, 4) === "file")
  20. {
  21. alert("Web exports won't work until you upload them. (When running on the file: protocol, browsers block many features from working for security reasons.)");
  22. }
  23. </script>
  24. <noscript>
  25. <div id="notSupportedWrap">
  26. <h2 id="notSupportedTitle">This content requires JavaScript</h2>
  27. <p class="notSupportedMessage">JavaScript appears to be disabled. Please enable it to view this content.</p>
  28. </div>
  29. </noscript>
  30. <script src="scripts/modernjscheck.js"></script>
  31. <script src="scripts/supportcheck.js"></script>
  32. <script src="scripts/offlineclient.js" type="module"></script>
  33. <script src="scripts/main.js" type="module"></script>
  34. <script src="scripts/register-sw.js" type="module"></script>
  35. </body>
  36. </html>