stitchey.html 304 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script src="stitchey.js"></script>
  5. <title>stitchey</title>
  6. <style type="text/css">
  7. html, body {
  8. margin: 0px;
  9. padding: 0px;
  10. overflow: hidden;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <canvas id="cv">
  16. </canvas>
  17. </body>
  18. </html>