diff options
author | Tempest <pawnstar4@gmail.com> | 2022-06-02 22:20:44 -0600 |
---|---|---|
committer | Tempest <pawnstar4@gmail.com> | 2022-06-02 22:20:44 -0600 |
commit | 5758d32edab2e37b9e88130181ca87b9d5db4e73 (patch) | |
tree | 69d0d0b576fe6d02cf2d758a2e5751e504da4cf2 /not_found.html | |
parent | 799937c8a1ac130dd26e73a8c35a3e627334ad51 (diff) |
Add about page, nav
Diffstat (limited to 'not_found.html')
-rw-r--r-- | not_found.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/not_found.html b/not_found.html index b96fcf9..19e6457 100644 --- a/not_found.html +++ b/not_found.html @@ -5,6 +5,10 @@ <link rel="stylesheet" href="/resources/style.css"/> </head> <body> + <nav> + <a href="/">Home</a> + <a href="/about.html">About</a> + </nav> <h1> Not Found </h1> |