summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-12-14 17:03:03 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2023-12-14 17:03:03 -0600
commit32934cd1339eabaa5cf717292b926479d54370c3 (patch)
tree33fbf7c099dcdbb289aca7577b20497e48b82148 /index.html
parentf8d18cade3a3b0b906f78530874e5cf21542e4ea (diff)
added nav-footer to all pages.
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