Showing
3 changed files
with
6 additions
and
6 deletions
... | @@ -8,8 +8,8 @@ | ... | @@ -8,8 +8,8 @@ |
8 | <meta name="author" content="양주미" /> | 8 | <meta name="author" content="양주미" /> |
9 | <meta name="description" content="맛집지도 서비스" /> | 9 | <meta name="description" content="맛집지도 서비스" /> |
10 | <meta name="keywords" content="맛집지도, 맛집추천, 실시간채팅" /> | 10 | <meta name="keywords" content="맛집지도, 맛집추천, 실시간채팅" /> |
11 | - <link rel="stylesheet" href="../../public/css/home/index.css" /> | 11 | + <link rel="stylesheet" href="/css/home/index.css" /> |
12 | - <script src="../../public/js/home/axios-index.js"></script> | 12 | + <script src="/js/home/axios-index.js"></script> |
13 | </head> | 13 | </head> |
14 | <body> | 14 | <body> |
15 | <nav> | 15 | <nav> | ... | ... |
... | @@ -4,8 +4,8 @@ | ... | @@ -4,8 +4,8 @@ |
4 | <meta charset="UTF-8" /> | 4 | <meta charset="UTF-8" /> |
5 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | - <link rel="stylesheet" href="../../public/css/home/login.css" /> | 7 | + <link rel="stylesheet" href="/css/home/login.css" /> |
8 | - <script src="../../public/js/home/login.js" defer></script> | 8 | + <script src="/js/home/login.js" defer></script> |
9 | <title>로그인</title> | 9 | <title>로그인</title> |
10 | </head> | 10 | </head> |
11 | <body> | 11 | <body> | ... | ... |
... | @@ -4,8 +4,8 @@ | ... | @@ -4,8 +4,8 @@ |
4 | <meta charset="UTF-8" /> | 4 | <meta charset="UTF-8" /> |
5 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | - <link rel="stylesheet" href="../../public/css/home/register.css" /> | 7 | + <link rel="stylesheet" href="/css/home/register.css" /> |
8 | - <script src="../../public/js/home/register.js" defer></script> | 8 | + <script src="/js/home/register.js" defer></script> |
9 | <title>회원가입</title> | 9 | <title>회원가입</title> |
10 | </head> | 10 | </head> |
11 | <body> | 11 | <body> | ... | ... |
-
Please register or login to post a comment