-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfourth_year.html
More file actions
35 lines (34 loc) · 1.42 KB
/
fourth_year.html
File metadata and controls
35 lines (34 loc) · 1.42 KB
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
35
<!DOCTYPE html>
<link rel = "stylesheet" type = "text/css" href = "myindexstyleorg.css">
<html>
<div id = "container">
<head>
<div class = "title">
<title>TheNanoScribe</title>
</div>
</head>
<body class = "homepage">
<header class = "navbar">
<a id = "logo" href = "index.html"><strong>TheNanoScribe</strong></a>
<nav>
<ul class = "nav_options">
<li><a href = "first_year.html">First Year</a></li>
<li><a href = "second_year.html">Second Year</a></li>
<li><a href = "third_year.html">Third Year</a></li>
<li><a href = "fourth_year.html">Fourth Year</a></li>
<!-- <li><a href = #>Coop</a></li>
<li><a href = #>2B</a></li>
<li><a href = #>Coop</a></li>
<li><a href = #>Coop</a></li>
<li><a href = #>3A</a></li>
<li><a href = #>3B</a></li>
<li><a href = #>Coop</a></li>
<li><a href = #>Coop</a></li>
<li><a href = #>4A</a></li>
<li><a href = #>4B</a></li> -->
</ul>
</nav>
</header>
</body>
</div>
</html>