Skip to content

Commit

Permalink
Merge pull request Anishkagupta04#1051 from lolpanda2004/linkdoc
Browse files Browse the repository at this point in the history
linked the header properly from doc page
  • Loading branch information
varshith257 authored Jul 28, 2024
2 parents 7ab76a9 + 8cae375 commit 9d28f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Html-Files/Doctor Experience.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<li><a href="../index.html">Home</a></li>
<li><a href="../index.html#about">About</a></li>
<li><a href="../news.html">News</a></li>
<a href="../dex.html"><button>Service</button></a>
<li><a href="../dex.html" style="color: #ecf0f1;">Service</a></li>
<li><a href="../index.html#patient-portal">Patient Portal</a></li>
<li><a href="../index.html#doctors">Doctor</a></li>
<li><a href="../index.html#contact">Contact us</a></li>
<a href="../login.html"><button>Sign in/Sign up</button></a>
<li><a href="../log/login.html" style="color: #ecf0f1;">Sign in/Sign up</a></li>
</ul>
</nav>
</header>
Expand Down

0 comments on commit 9d28f4c

Please sign in to comment.