Skip to content

Commit

Permalink
Merge pull request #461 from sehajsomal5/patch-1
Browse files Browse the repository at this point in the history
Corrected doctor login and admin login options in index.html
  • Loading branch information
tushargupta1504 authored Oct 18, 2024
2 parents 7a48df7 + 178d076 commit d6b3e89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@
<a href="https://yourcompany.setmore.com">Schedule Appointment</a>
<a href="#setmore_widget"><span>Schedule And Reminder</span></a>
<a href="user_login.html">User Login</a>
<a href="#">Doctor Login</a>
<a href="#">Admin Login</a>
<a href="doctor_login">Doctor Login</a>
<a href="admin_login">Admin Login</a>
</nav>
</header>

Expand Down Expand Up @@ -860,4 +860,4 @@ <h5 class="text-xl font-semibold hover:text-blue-400">Aligarh</h5>
<img src="https://cdn-icons-png.flaticon.com/128/733/733553.png" alt="GitHub Logo" />
</a>
</div>
</html>
</html>

0 comments on commit d6b3e89

Please sign in to comment.