Skip to content

Commit

Permalink
fix : link href fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bk-git-hub committed Feb 24, 2024
1 parent ac39a3e commit bd6cfa0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions week2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

<body>
<header>
<h1><a href="#"><img src="img/logo.svg" alt="Linkbrary" class="logo"></a>Linkbrary</h1>
<h1><a href="/"><img src="img/logo.svg" alt="Linkbrary" class="logo"></a>Linkbrary</h1>

<div id="login" class="btn">
<a href="signin.html" class="btn-link"><span class="btn-font">로그인</span></a>
<a href="/signin.html" class="btn-link"><span class="btn-font">로그인</span></a>

</div>
</header>
Expand All @@ -25,7 +25,7 @@ <h2 class="top-heading">
</div>

<div class="btn" id="link-add">
<a href="#" class="btn-link"><span class="btn-font">링크 추가하기</span></a>
<a href="/signup.html" class="btn-link"><span class="btn-font">링크 추가하기</span></a>
</div>

<section id="s1">
Expand Down Expand Up @@ -556,12 +556,12 @@ <h3>저장한 링크를
</div>
<div class="policy-bar">
<div>
<a href="privacy.html">
<a href="/privacy.html">
Privacy Policy
</a>
</div>
<div>
<a href="faq.html">
<a href="/faq.html">
FAQ
</a>
</div>
Expand Down

0 comments on commit bd6cfa0

Please sign in to comment.