diff options
Diffstat (limited to 'views/error.ejs')
| -rw-r--r-- | views/error.ejs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/views/error.ejs b/views/error.ejs new file mode 100644 index 0000000..dc138e6 --- /dev/null +++ b/views/error.ejs @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="/css/style.css"> + <title>bnbSO</title> +</head> +<body> + <div class="background"></div> + <div class="container"> + <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 |
