Spaces:
Running
Running
gini1
commited on
Update index.html
Browse files- index.html +8 -13
index.html
CHANGED
|
@@ -247,20 +247,15 @@
|
|
| 247 |
<div class="radar-sweep"></div>
|
| 248 |
<div class="radar-targets"></div>
|
| 249 |
</div>
|
| 250 |
-
<!-- index.html์ script ๋ถ๋ถ ์์ -->
|
| 251 |
-
<script type="importmap">
|
| 252 |
-
{
|
| 253 |
-
"imports": {
|
| 254 |
-
"three": "https://unpkg.com/three@0.157.0/build/three.module.js",
|
| 255 |
-
"three/addons/": "https://unpkg.com/three@0.157.0/examples/jsm/"
|
| 256 |
-
}
|
| 257 |
-
}
|
| 258 |
-
</script>
|
| 259 |
-
<script type="module" src="game.js"></script>
|
| 260 |
-
|
| 261 |
|
| 262 |
-
<script type="
|
| 263 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 264 |
</script>
|
|
|
|
| 265 |
</body>
|
| 266 |
</html>
|
|
|
|
| 247 |
<div class="radar-sweep"></div>
|
| 248 |
<div class="radar-targets"></div>
|
| 249 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 250 |
|
| 251 |
+
<script type="importmap">
|
| 252 |
+
{
|
| 253 |
+
"imports": {
|
| 254 |
+
"three": "https://unpkg.com/three@0.157.0/build/three.module.js",
|
| 255 |
+
"three/addons/": "https://unpkg.com/three@0.157.0/examples/jsm/"
|
| 256 |
+
}
|
| 257 |
+
}
|
| 258 |
</script>
|
| 259 |
+
<script type="module" src="game.js"></script>
|
| 260 |
</body>
|
| 261 |
</html>
|