Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikthakur001 authored Mar 10, 2024
1 parent 9d8dee6 commit 6f1492f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ <h2>Make an Appointment</h2>
</div>
<div class="col-xs-6 col-sm-4 col-md-4 col-lg-4">
<input list="Doctors" placeholder="Select Doctor" required class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<datalist id="Doctors" >
<datalist id="Doctor" >
<option value="Doctor-one">Doctor-one</option>
<option value="Doctor-two">Doctor-two</option>
<option value="Doctor-three">Doctor-three</option></datalist>
Expand Down Expand Up @@ -662,4 +662,4 @@ <h2>Gallary</h2>
</footer>

</body>
</html>
</html>

0 comments on commit 6f1492f

Please sign in to comment.