index.html 458 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Javascript 3D Projects: Flocking Demo</title>
  5. <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
  6. <link rel="stylesheet" type="text/css" href="base.css">
  7. <script src="https://github.com/mrdoob/three.js/blob/r112/build/three.module.js"></script>
  8. </head>
  9. <body>
  10. <div id="target"></canvas>
  11. <script src="space.js" type="module">
  12. </script>
  13. </body>
  14. </html>