diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-14 17:03:03 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-14 17:03:03 -0600 |
commit | 32934cd1339eabaa5cf717292b926479d54370c3 (patch) | |
tree | 33fbf7c099dcdbb289aca7577b20497e48b82148 /index.html | |
parent | f8d18cade3a3b0b906f78530874e5cf21542e4ea (diff) |
added nav-footer to all pages.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |