index.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <!-- saved from url=(0026)https://lab.hakim.se/core/ -->
  3. <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <meta name="description" content="Use your shield to defend the Core from the evil red organisms!">
  5. <meta name="author" content="Hakim El Hattab">
  6. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  9. <meta name="viewport" content="width = 450">
  10. <title>core</title>
  11. <link href="css/reset.css" rel="stylesheet" media="screen">
  12. <link href="css/main.css" rel="stylesheet" media="screen">
  13. <link href="css/css" rel="stylesheet">
  14. </head>
  15. <body data-gr-c-s-loaded="true" class="vsc-initialized">
  16. <div id="status" class="ui" style="left: -49px; top: -12px; display: block;">Score: <span>5457</span> Time: <span>59.98s</span></div>
  17. <div id="panels" style="left: -49px; top: -12px; width: 1000px; height: 650px; display: block;">
  18. <div id="message" class="ui">
  19. <h2 id="title">Core</h2>
  20. <p>
  21. Protect the core from incoming red projectiles. Let green ones through.
  22. <em>Press &amp; hold SPACE</em> for a temporary shield.
  23. </p>
  24. <button id="startButton" class="start-button">Start game</button>
  25. </div>
  26. </div>
  27. <canvas id="world" width="1000" height="650" style="position: absolute; left: -55px; top: -18px;">
  28. <p class="no-canvas">
  29. You need a <a href="https://www.google.com/chrome">modern browser</a> to view this.
  30. </p>
  31. </canvas>
  32. <canvas id="background" width="1000" height="650" style="position: absolute; left: -49px; top: -12px;"></canvas>
  33. </script><script src="js/timbre.js"></script>
  34. <script src="js/core-audio.js"></script>
  35. <script src="js/core.js"></script>
  36. <!-- Third party tracking and sharing code below -->
  37. </body></html>