diff options
Diffstat (limited to 'views/error.ejs')
| -rw-r--r-- | views/error.ejs | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/views/error.ejs b/views/error.ejs index 88e1a27..838da5b 100644 --- a/views/error.ejs +++ b/views/error.ejs @@ -1,17 +1,15 @@ <!DOCTYPE html> <html> <head> - <title>Error: <%= code %></title> + <title>Page not found</title> <link rel="stylesheet" href="/css/globalstyles.css"> </head> <body> <div id="main-container"> - <%- include('partials/header') %> + <%- include('partials/navbar') %> <div id="content-container"> - <%- include('partials/navbar') %> <div id="content"> - <h1>An error occurred (<%= code %>)</h1> - <p>Go <a href="/">home</a>?</p> + <h1>Page not found</h1> </div> </div> </div> |
