Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=us-ascii">
  5. <meta charset="utf-8">
  6. <title>Título del juego</title>
  7. <link type="text/css" rel="stylesheet" href="css/style.css">
  8. <script src="js/script.js"></script>
  9. </head>
  10. <body onload="game.init()"> <!-- Aquí podemos iniciar nuestro juego -->
  11.     <canvas id="canvas" class="gameLayer" width="600" height="448"></canvas>
  12. </body>
  13. </html>