diff options
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 |