diff options
Diffstat (limited to 'views/error.ejs')
| -rw-r--r-- | views/error.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/error.ejs b/views/error.ejs index dc138e6..b867d30 100644 --- a/views/error.ejs +++ b/views/error.ejs @@ -9,9 +9,9 @@ <body> <div class="background"></div> <div class="container"> - <img src="img/logo.png" alt="logo" width="200"> + <img src="/img/logo.png" alt="logo" width="200"> <h1>Oh no! Something went wrong!</h1> <p><%= error %></p> </div> </body> -</html>
\ No newline at end of file +</html> |
