index.html 1.0 KB

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