index.html 428 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  5. <meta charset="UTF-8">
  6. <script src="js/gameScript.js" type="text/javascript"></script>
  7. <script src="js/component.js" type="text/javascript"></script>
  8. <link rel="stylesheet" type="text/css" href="css/gameStyle.css">
  9. </head>
  10. <body onload="startGame()">
  11. </body>
  12. </html>