diff options
author | nathansmith <nathansmith@posteo.com> | 2025-05-22 12:11:10 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-05-22 12:11:10 -0600 |
commit | d194694f31002068868a378d121ed0e2db01c378 (patch) | |
tree | 295a67261fef4ebd02e29c36dd3e255492cffdfa /testTheThing/error | |
parent | 8176a8aac5d490562200eca0adb6efe5cc95e61a (diff) |
Messy folder
Diffstat (limited to 'testTheThing/error')
-rw-r--r-- | testTheThing/error/404.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/testTheThing/error/404.html b/testTheThing/error/404.html new file mode 100644 index 0000000..211cd5b --- /dev/null +++ b/testTheThing/error/404.html @@ -0,0 +1,39 @@ +<!DOCTYPE html> +<html> +<head> + <title>404 Page Not Found</title> + <style> + + body { + color: black; + background-image: url('/images/woopsy.jpg'); + } + + table { + color: black; + background-color: #bebebe; + margin-top: 10px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; + } + + </style> +</head> +<body> + <a href="/index.html"><img src="/images/back_home.png" alt= + "Back to home page"></a> + <center> + <table border="1" width="60%"> + <tr> + <td> + <h1>Woopsy!</h1> + <p>You tried looking for something that doesnt exist. This is a + strange 404 page indeed.</p><img src="/images/british.gif" alt= + "Sips british tea"> + </td> + </tr> + </table> + </center> +</body> +</html> |