Pixel.html 401 B

123456789101112131415
  1. <!doctype 5>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="stylesheet" href="Pixel.css">
  6. <script src="Pixel.js"></script>
  7. </head>
  8. <body>
  9. <canvas id="canvas" tabindex="0"></canvas>
  10. <button id="closer">Zoom +</button>
  11. <button id="farther">Zoom -</button>
  12. <span id="level">0</span>
  13. <script>main();</script>
  14. </body>
  15. </html>