index.html 1005 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <script type="importmap">
  6. {
  7. "imports": {
  8. "three-js": "https://cdn.jsdelivr.net/npm/[email protected]/build/three.module.js",
  9. "three-js/addons/": "https://cdn.jsdelivr.net/npm/[email protected]/examples/jsm/"
  10. }
  11. }
  12. </script>
  13. <script type="module" src="assets/core.js"></script>
  14. <link rel="stylesheet" type="text/css" href="theme/loader.css">
  15. <link rel="preconnect" href="https://fonts.googleapis.com">
  16. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  17. <link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
  18. <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0">
  19. </head>
  20. <body>
  21. <div class="app"></div>
  22. </body>
  23. </html>