customMaterial.html 439 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>* {
  5. margin: 0;
  6. padding: 0;
  7. }
  8. html {
  9. overflow: hidden;
  10. font-family: Arial, Helvetica, sans-serif;
  11. user-select: none;
  12. }
  13. canvas {
  14. image-rendering: pixelated;
  15. outline: none;
  16. }</style>
  17. </head>
  18. <body>
  19. <script src="customMaterial.dd39ecee.js"></script>
  20. </body>
  21. </html>