demo.html 390 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Noise</title>
  5. <link rel="stylesheet" type="text/css" href="base.css">
  6. <script src="https://github.com/mrdoob/three.js/blob/r112/build/three.module.js"></script>
  7. </head>
  8. <body>
  9. <div class="container">
  10. <canvas id="canvas" width="512px" height="512px"></canvas>
  11. </div>
  12. <script src="./src/demo.js" type="module">
  13. </script>
  14. </body>
  15. </html>