Commit 6e5d0421 authored by 18신대성's avatar 18신대성

폴더 변경에 따른 html 수정

parent a5a92ccb
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
<head> <head>
<meta charset="utf-8"/> <meta charset="utf-8"/>
<script src="/socket.io/socket.io.js"></script> <script src="/socket.io/socket.io.js"></script>
<script src="script/phaser.js"></script> <script src="js/phaser.js"></script>
<script src="script/Background.js"></script> <script src="js/Background.js"></script>
<script src="script/Word.js"></script> <script src="js/Word.js"></script>
</head> </head>
<body> <body>
<script src="script/Main.js"></script> <script src="js/Main.js"></script>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment