Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset = "utf-8">
  5. <title>Count Game</title>
  6. <link rel="stylesheet" href="styles/game.css">
  7. </head>
  8. <body>
  9. <div id = "game">
  10. <canvas id= "game-canvas" width="300" height = "400">
  11. This is an interactive game.
  12. </canvas>
  13. </div>
  14. <script src="https://code.createjs.com/1.0.0/easeljs.min.js"></script>
  15. <script src="scripts/game-es6.js"></script>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement