Skip to content

Commit

Permalink
Update page2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
arnava2004 authored Oct 16, 2022
1 parent 9283ddb commit c29664e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webdev/page2.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
<div class="circle__wrapper"></div>
<header>
<a href="#"><img src="logo.png" class="logo"/></a>
<a href="page1.html"><img src="logo.png" class="logo"/></a>
<div class="toggle" onclick="toggleMenu();"></div>
<ul>
<li><a href="page1.html">Home</a></li>
Expand Down Expand Up @@ -151,4 +151,4 @@
}
</script>
</body>
</html>
</html>

0 comments on commit c29664e

Please sign in to comment.