index.html 411 B

12345678910
  1. <style type="text/css">
  2. html,
  3. body {
  4. margin: 0;
  5. padding: 0;
  6. }
  7. </style>
  8. <div id="container"></div>
  9. <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r121/three.module.js" integrity="sha512-zhgQMS7vG+f5CHv6IQ26VllGlG8KulkoNT44jKeYPtyYU0AhGBifWF3IiC7cIumzeVrerdvaw/McehsSGjC7Jw==" crossorigin="anonymous"></script> -->
  10. <script type="module" src="./js/main.js"></script>