-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (30 loc) · 818 Bytes
/
index.html
File metadata and controls
34 lines (30 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css"></link>
</head>
<body>
<center><h2>UNIVERSITY MANAGEMENT SOFTWARE</h2></center>
<br></br>
<br></br>
<center>
<div class="center">
<h1>Professor Portal</h1>
<ul id="menu">
<a href="pages/professor_portal/display-grades-PROFESSOR.html"><li>Display Grades</li></a>
<a href="pages/professor_portal/query-classes-PROFESSOR.html"><li>Query Classes</li></a>
</ul>
</div>
</center>
<br></br>
<center>
<div class="center">
<h1>Student Portal</h1>
<ul id="menu">
<a href="pages/student_portal/grab-transcript-STUDENT.html"><li>Generate Transcript</li></a>
<a href="pages/student_portal/grab-class-information-STUDENT.html"><li>Inquire Class</li></a>
</ul>
</div>
</center>
</body>
</html>