diff options
Diffstat (limited to 'src/server/Pages/Error.cshtml')
| -rw-r--r-- | src/server/Pages/Error.cshtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/server/Pages/Error.cshtml b/src/server/Pages/Error.cshtml index 6030139..6d78b87 100644 --- a/src/server/Pages/Error.cshtml +++ b/src/server/Pages/Error.cshtml @@ -9,11 +9,12 @@ <html> <head> - <title></title> + <title>Error - dough</title> </head> <body> <div> - + <h1>An error occured</h1> + <p>Please try again soon</p> </div> </body> </html>
\ No newline at end of file |
