diff options
| author | Andrew Lee <andrew@alee14.me> | 2024-12-28 13:09:27 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2024-12-28 13:09:27 -0500 |
| commit | b2748a5c55255014d5d5ea02fec38c4125e08e25 (patch) | |
| tree | bd83292e4eb5be716ed32d92bf8d9e0fd2138616 /views/error.ejs | |
| parent | 39cbc8c286227eca935248ad9237d66fa6f45f6e (diff) | |
| download | freeso-discord-auth-b2748a5c55255014d5d5ea02fec38c4125e08e25.tar.gz freeso-discord-auth-b2748a5c55255014d5d5ea02fec38c4125e08e25.tar.bz2 freeso-discord-auth-b2748a5c55255014d5d5ea02fec38c4125e08e25.zip | |
Ability to change password; Sim time on dashboard
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> |
