Skip to content

Commit

Permalink
add the logo into link and added that into header tag
Browse files Browse the repository at this point in the history
  • Loading branch information
shriekdj authored Apr 15, 2022
1 parent 9672029 commit 31bcf40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
</head>
<body>
<div class="wrapper">
<header class="header">Website Header</header>
<header class="header" class="logo-container">
<a href="./index.html" target="_self" class="logo-anchor">
<img src="./static/images/logo.png" alt="Website Logo" width="50px" /> ShriekDj Site
</a>
</header>
<nav>
<a href="#">Home</a><br />
<a href="#">About</a><br />
Expand Down

0 comments on commit 31bcf40

Please sign in to comment.