diff options
author | Minteck <contact@minteck.org> | 2021-12-30 14:54:07 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-30 14:54:07 +0100 |
commit | efbf0b8f3ac5adc0acfc8557a312cc16425abc7f (patch) | |
tree | f0661d990e319592f1311ad3f181894775f8026e /errors/404 | |
parent | 32fc8db91f67527baa96c357518e2f6dd030090b (diff) | |
download | pony-efbf0b8f3ac5adc0acfc8557a312cc16425abc7f.tar.gz pony-efbf0b8f3ac5adc0acfc8557a312cc16425abc7f.tar.bz2 pony-efbf0b8f3ac5adc0acfc8557a312cc16425abc7f.zip |
Commit
Diffstat (limited to 'errors/404')
-rw-r--r-- | errors/404/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/errors/404/index.html b/errors/404/index.html new file mode 100644 index 0000000..d7db1cb --- /dev/null +++ b/errors/404/index.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Error 404 ยท Did you say ponies?</title> + <link rel="stylesheet" href="/assets/main.css"> + <link rel="icon" href="/assets/icon.png"> + <meta name="description" content="Woopsies! Guess I fell from this cloud... (Page Not Found)"> +</head> +<body id="error-page"> + <div> + <img src="/assets/ponies/error.gif" alt="" class="pony" id="error-pony"> + <h1 id="error-title-1">Oopsies!</h1> + <h2 id="error-title-2">(error 404)</h2> + <p>We can't find the content you requested, sorry about that.</p> + <p><a href="/" class="link">Go back home.</a></p> + </div> +</body> +</html>
\ No newline at end of file |