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