CSS 경로 수정
This commit is contained in:
parent
9ff197d6be
commit
23509cc2e2
|
|
@ -9,11 +9,11 @@
|
||||||
<meta name="author" content="" />
|
<meta name="author" content="" />
|
||||||
<title>Shop Homepage - Start Bootstrap Template</title>
|
<title>Shop Homepage - Start Bootstrap Template</title>
|
||||||
<!-- Favicon-->
|
<!-- Favicon-->
|
||||||
<link rel="icon" type="image/x-icon" href="/resources/assets/favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="profile/resources/assets/favicon.ico" />
|
||||||
<!-- Bootstrap icons-->
|
<!-- Bootstrap icons-->
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
|
||||||
<!-- Core theme CSS (includes Bootstrap)-->
|
<!-- Core theme CSS (includes Bootstrap)-->
|
||||||
<link href="/resources/css/styles.css" rel="stylesheet" />
|
<link href="/profile/resources/css/styles.css" rel="stylesheet" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Navigation-->
|
<!-- Navigation-->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue