| 1234567891011121314151617181920212223242526 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <script type="importmap">
- {
- "imports": {
- "space": "./assets/space/",
- "three-js": "https://cdn.jsdelivr.net/npm/[email protected]/build/three.module.js",
- "three-js/addons/": "https://cdn.jsdelivr.net/npm/[email protected]/examples/jsm/"
- }
- }
- </script>
- <script type="module" src="assets/core.js"></script>
- <link rel="stylesheet" type="text/css" href="theme/loader.css">
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
- <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0">
- </head>
- <body>
- <div class="app"></div>
- </body>
- </html>
|