diff options
Diffstat (limited to 'b.html')
-rw-r--r-- | b.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -15,6 +15,10 @@ <script src="submit.js" defer></script> </head> <body> + <!-- + @ STUDENTS: Feel free to ignore the section outlined from this comment + to the next one! You likely won't have to modify anything here. + --> <div class="screen-container"> <div class="nav-bar"> <button onclick="location.href = 'index.html'" class="title">MEDx</button> @@ -120,6 +124,9 @@ </span> </div> </div> + <!-- + @ STUDENTS: This is the end of the outlined section to ignore! + --> <div class="appointments-container"> <p class="appointments-container-name">Available Appointments</p> |