Skip to content

Commit

Permalink
fd
Browse files Browse the repository at this point in the history
  • Loading branch information
iarmaanx committed Mar 6, 2024
1 parent 5642b55 commit 089f195
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/doctor.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<a href="/public/medicines.html">Medicines</a>
<a href="file:///C:/Users/Armaan/OneDrive/Desktop/Lab/lab.html" target="_blank">Lab Tests</a>

<div class="get"> <a href="file:///C:/Users/Armaan/OneDrive/Desktop/HealthSpot/Get%20Apppointment/get.html" target="_blank"><p id="st">Get</p>
<div class="get"> <a href="/public/get.html" ><p id="st">Get</p>
<p>Appiontment</p></a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion public/get.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<div class="header">
<div class="logo">
<a> <img src="/src/logo.png"></a>
<a href="/public/index.html"> <img src="/src/logo.png"></a>
</div>

<div class="doctor">
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<a href="/public/medicines.html">Medicines</a>
<a href="file:///C:/Users/Armaan/OneDrive/Desktop/Lab/lab.html" >Lab Tests</a>

<div class="get"> <a href="/public/get.html" target="_blank"><p id="st">Get</p>
<div class="get"> <a href="/public/get.html"><p id="st">Get</p>
<p>Appiontment</p></a>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions public/medicines.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
<a href="/public/medicines.html">Medicines</a>
<a href="/public/lab.html">Lab Tests</a>

<<<<<<< Updated upstream
<div class="get"> <a href="/public/get.html"><p id="st">Get</p>
=======
<div class="get"> <a href="/public/get.html" ><p id="st">Get</p>
>>>>>>> Stashed changes
<p>Appiontment</p></a>
</div>
</div>
Expand Down

0 comments on commit 089f195

Please sign in to comment.