diff options
Diffstat (limited to 'app/views/error.ejs')
| -rw-r--r-- | app/views/error.ejs | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app/views/error.ejs b/app/views/error.ejs index 87296bc..88e1a27 100644 --- a/app/views/error.ejs +++ b/app/views/error.ejs @@ -7,9 +7,12 @@ <body> <div id="main-container"> <%- include('partials/header') %> - <div id="content"> - <h1>An error occurred (<%= code %>)</h1> - <p>Go <a href="/">home</a>?</p> + <div id="content-container"> + <%- include('partials/navbar') %> + <div id="content"> + <h1>An error occurred (<%= code %>)</h1> + <p>Go <a href="/">home</a>?</p> + </div> </div> </div> </body> |
