aboutsummaryrefslogtreecommitdiff
path: root/error/404.html~
diff options
context:
space:
mode:
authornathansmith117 <nathansmith@posteo.com>2025-03-28 20:48:58 -0600
committernathansmith117 <nathansmith@posteo.com>2025-03-28 20:48:58 -0600
commitc111c72a4d3f800116f0d9636f25ec381ed8f40b (patch)
tree314c68f5462cd79890afce09ba4ffbf562ec6c58 /error/404.html~
parent058bf036924221254b4e372fa69c1f2b0beb72c9 (diff)
Lots of little things
Diffstat (limited to 'error/404.html~')
-rw-r--r--error/404.html~39
1 files changed, 39 insertions, 0 deletions
diff --git a/error/404.html~ b/error/404.html~
new file mode 100644
index 0000000..f4353e0
--- /dev/null
+++ b/error/404.html~
@@ -0,0 +1,39 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <title></title>
+
+<style>
+
+body {
+ color: black;
+ background-image: url('');
+}
+
+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>
+ </td>
+ </tr>
+ </table>
+ </center>
+</body>
+</html>