Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
minhur committed Dec 9, 2024
1 parent 3cf842e commit 6b90cc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion appointment.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@

<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/pawfect.png" alt="" /></span>
<span class="logo">
<a href="/"><img src="images/pawfect.png" alt="" /></a>
</span>
</header>

<!-- Main -->
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@

<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/pawfect.png" alt="" /></span>
<span class="logo">
<img src="images/pawfect.png" alt="" />
</span>
</header>

<!-- Main -->
Expand Down

0 comments on commit 6b90cc3

Please sign in to comment.