summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/index.html b/index.html
index 4d06f5b..f7b2513 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,6 @@
<head>
<title>chrhodgden - Home</title>
<link rel="stylesheet" href="style.css"/>
- <script src="app.js"></script>
</head>
<body>
@@ -22,6 +21,15 @@
</li>
</ul>
+ <nav class="nav-footer">
+ <hr>
+ <a href="index.html">Home Page</a>
+ | <a href="about.html">About Page</a>
+ | <a href="#">Top of Page</a>
+ <hr>
+ </nav>
+
+ <script src="app.js"></script>
</body>
</html> \ No newline at end of file