We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f886bcd + 77c0cc6 commit b714fa5Copy full SHA for b714fa5
CLASSROOM SCHEDULER WEBSITE/index.html
@@ -25,7 +25,7 @@
25
<button class="btn">Search Teacher</button>
26
</div>
27
</nav>
28
-
+
29
<div class="wrapper">
30
<h1 class="heading">Schedule your batch.</h1>
31
<label for="addingNote" class="addingNote">Add Batch</label> <br />
@@ -44,11 +44,9 @@ <h1 class="heading">Schedule your batch.</h1>
44
45
<hr class="margin-top hr" />
46
<h1 class="class">Your Classes</h1>
47
48
<hr class="hr"/>
49
<div class="showNotes" id="notes"></div>
50
51
52
<script src="script.js"></script>
53
</body>
54
</html>
0 commit comments