Skip to content

Commit

Permalink
qsq
Browse files Browse the repository at this point in the history
  • Loading branch information
iarmaanx committed Mar 6, 2024
1 parent 4ffd052 commit a6a39b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/doctor.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<a href="file:///C:/Users/Armaan/OneDrive/Desktop/HealthSpot/Hospital/hospital.html" target="_blank">Hospitals</a>
<a href="/public/medicines.html">Medicines</a>
<a href="file:///C:/Users/Armaan/OneDrive/Desktop/Lab/lab.html" target="_blank">Lab Tests</a>
<a href="/public/p.html">Lab Tests</a>

<div class="get"> <a href="/public/get.html" ><p id="st">Get</p>
<p>Appiontment</p></a>
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<a href="file:///C:/Users/Armaan/OneDrive/Desktop/HealthSpot/Hospital/hospital.html" >Hospitals</a>
<a href="/public/medicines.html">Medicines</a>
<a href="file:///C:/Users/Armaan/OneDrive/Desktop/Lab/lab.html" >Lab Tests</a>
<a href="/public/p.html" >Lab Tests</a>

<div class="get"> <a href="/public/get.html"><p id="st">Get</p>
<p>Appiontment</p></a>
Expand Down
2 changes: 1 addition & 1 deletion public/lab.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<a href="file:///C:/Users/Armaan/OneDrive/Desktop/HealthSpot/Hospital/hospital.html" target="_blank">Hospitals</a>
<a href="/public/medicines.html">Medicines</a>
<a href="file:///C:/Users/Armaan/OneDrive/Desktop/Lab/lab.html" target="_blank">Lab Tests</a>
<a href="/public/lab.html">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>
<p>Appiontment</p></a>
Expand Down
2 changes: 1 addition & 1 deletion public/medicines.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<a href="file:///C:/Users/Armaan/OneDrive/Desktop/HealthSpot/Hospital/hospital.html">Hospitals</a>
<a href="/public/medicines.html">Medicines</a>
<a href="/public/lab.html">Lab Tests</a>
<a href="/public/p.html">Lab Tests</a>

<div class="get"> <a href="/public/get.html"><p id="st">Get</p>
<p>Appiontment</p></a>
Expand Down
2 changes: 1 addition & 1 deletion public/p.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lab test </title>
<title>Lab Tests</title>
<link rel="stylesheet" href="/public/p.css">
</head>
<body>
Expand Down

0 comments on commit a6a39b7

Please sign in to comment.