diff options
Diffstat (limited to 'www/err')
| -rw-r--r-- | www/err/response.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/err/response.html b/www/err/response.html new file mode 100644 index 0000000..70753e2 --- /dev/null +++ b/www/err/response.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en" style="color: white;background: black;margin: 0;padding: 0"> +<head> + <title> {status_code} </title> +</head> +<body style="text-align: center"> + <header style="font-size: 100px; padding: 10vh 0 0"> {status_code} </header> + <p style="padding: 10px;"> <button style="font-size: 20px;padding: 10px" onclick="window.location.href='/';"> back to main page </button> </p> +</body> +</html> \ No newline at end of file |