-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassignments.html
30 lines (27 loc) · 1.55 KB
/
assignments.html
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
<!DOCTYPE html>
<html lang = "en">
<head>
<title>Joshua Comish</title>
<link rel="stylesheet" type="text/css" href="Jomish.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge" charset="utf-8"/>
</head>
<header>
</br>
<h4><a href="index.html" onMouseOver="this.style.color='White'" onMouseOut="this.style.color='Orange'">Home</a> </h4>
<h4><a href="assign032.html" onMouseOver="this.style.color='White'" onMouseOut="this.style.color='Orange'">Projects</a> </h4>
<h4><a href="assignments.html" onMouseOver="this.style.color='White'" onMouseOut="this.style.color='Orange'">Assignments</a></h4>
</br>
</br>
</header>
</br>
</br>
</br>
<ul>
<li><h5><a href="teamReadiness1.html" onMouseOver="this.style.color='White'" onMouseOut="this.style.color='Orange'">Team Readiness 1</a></h5></li>
<li><h5><a href="phpSurvey1.php" onMouseOver="this.style.color='White'" onMouseOut="this.style.color='Orange'">PHP Survey</a></h5></li>
<li><h5><a href="databaseTest.php" onMouseOver="this.style.color='White'" onMouseOut="this.style.color='Orange'">Database Access Test</a></h5></li>
<li><h5><a href="burndownChart.php" onMouseOver="this.style.color='White'" onMouseOut="this.style.color='Orange'">Burndown Chart</a></h5></li>
<li><h5><a href="databaseWrite.php" onMouseOver="this.style.color='White'" onMouseOut="this.style.color='Orange'">Database Write Test</a></h5></li>
<li><h5><a href="main_login.php" onMouseOver="this.style.color='White'" onMouseOut="this.style.color='Orange'">Login</a></h5></li>
</ul>
</html>