schedule conflicts backend relatively done

This commit is contained in:
Sriram Hariharan
2018-07-10 17:26:03 -05:00
parent f89318feba
commit 34cd9fc3c5
4 changed files with 60 additions and 32 deletions

View File

@@ -31,7 +31,7 @@ body{
<body>
<script src="jquery-3.3.1.min.js"></script>
<script src="popup.js"></script>
<h2>Saved Courses</h2>
<h2 id='headertext'>Saved Courses</h2>
<ul id= "courseList" style="list-style-type: none;padding: 5px;"></ul>
</body>
</html>