-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (36 loc) · 1.67 KB
/
index.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatable" content="IE-edge">
<meta name="viewport" content="width-device-width, initial-scale=1.0">
<title>CS 411W Team Gold</title>
<link rel="stylesheet" href="paths/css/style.css">
</head>
<body>
<header class="header">
<nav class="navbar">
<a href="index.html" class="activate"><strong>Home</strong></a>
<a href="paths/html/Biographies.html">Biography</a>
<a href="paths/html/Problem.html">Problem</a>
<a href="paths/html/Solution.html">Solution</a>
<a href="paths/html/Deliverables.html">Deliverables</a>
<a href="paths/html/Presentation.html">Presentation</a>
<a href="paths/html/Labs.html">Labs</a>
<a href="paths/html/Glossary.html">Glossary</a>
<a href="paths/html/References.html">References</a>
</nav>
</header>
<center style="padding-top: 100px;"><font size = 8>Course Companion</font><p>Spring 2024</p></center>
<section>
<center>
<!--Enter text here for anything to add on home page using h1 or p(paragraph)-->
</center>
</section>
<footer class="footer">
<div class="footer-text"><center>
<a href="http://www.odu.edu/">Old Dominion University</a><br><a href="https://www.odu.edu/computer-science"> Computer Science Department</a>
<p>Team Gold Spring 2024</p>
</center></div>
</footer>
</body>
</html>