gini1 commited on
Commit
9bb6543
โ€ข
1 Parent(s): 12d84a4

Update index.html

Browse files
Files changed (1) hide show
  1. 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="module">
263
- // [์ด์ „์— ์ œ๊ณต๋œ JavaScript ์ฝ”๋“œ๋ฅผ ์—ฌ๊ธฐ์— ์‚ฝ์ž…]
 
 
 
 
 
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>