Skip to content

Commit

Permalink
[#29] fix: 파일 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sageherb committed Apr 3, 2020
1 parent 8f8d314 commit 3bbd978
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
4 changes: 2 additions & 2 deletions FE/view/index.html → FE/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dust</title>
<link rel="stylesheet" href="../style/dust.css">
<link rel="stylesheet" href="./style/dust.css">
</head>

<body>
Expand Down Expand Up @@ -50,7 +50,7 @@ <h1>미세먼지 예보</h1>
</div>
</div>
</div>
<script type="module" src="../js/main.js"></script>
<script type="module" src="./js/main.js"></script>
</body>

</html>

0 comments on commit 3bbd978

Please sign in to comment.