Skip to content

Commit

Permalink
Added logo.png file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagriti Chopra committed Oct 14, 2024
1 parent 3f3fdcc commit 85f8776
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Html-files/booknow.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<header>

<a class="nav-link" href="../index.html">
<img src="C:\Users\hp\Pictures\Screenshots\logo.png"> </a>
<img src="logo.png"> </a>

<h1>Retro</h1>
<p style="color: white;">Celebrating Vintage Elegance</p>
Expand Down
2 changes: 1 addition & 1 deletion Html-files/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="../index.html"> <img src="C:\Users\hp\Pictures\Screenshots\logo.png"> </a>
<a class="nav-link" href="../index.html"> <img src="logo.png"> </a>
</li>
<li class="nav-item">
<a class="nav-link" href="../index.html" style="color: black;">Home</a>
Expand Down
2 changes: 1 addition & 1 deletion Html-files/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="../index.html"> <img src="C:\Users\hp\Pictures\Screenshots\logo.png"> </a>
<a class="nav-link" href="../index.html"> <img src="logo.png"> </a>
</li>
<li class="nav-item">
<a class="nav-link" href="../index.html" style="color: black;">Home</a>
Expand Down

0 comments on commit 85f8776

Please sign in to comment.