-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtechEx.html
More file actions
20 lines (16 loc) · 846 Bytes
/
techEx.html
File metadata and controls
20 lines (16 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<head><title>Assignment Schedule</title></head>
<html>
<body>
<h1 style="text-align:center;">Assignment Schedule</h1>
<div style="width:25%; position:fixed; background-color:lightGray; padding:5px; padding-right:15px; display:inline-block;">
<ul><h3>Menu</h3>
<li> <a href="file:///C:/Users/Jacie/Documents/GitHub/Tech_Exercise/techEx.html#" style="text-decoration:none; color:black;">Show All Assignments</a></li>
<li> <a href="file:///C:/Users/Jacie/Documents/GitHub/Tech_Exercise/add.html#" style="text-decoration:none; color:black;">Add Assignment</a></li>
<li> <a href="file:///C:/Users/Jacie/Documents/GitHub/Tech_Exercise/search.html#" style="text-decoration:none; color:black;">Search Assignments</a></li>
</ul>
</div>
<div style="display:inline-block; margin-left:35%;">
<p id="assignmentList"></p>
</div>
</body>
</html>