summaryrefslogtreecommitdiff
path: root/error.html
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-12-28 11:11:13 +0000
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-12-28 11:11:13 +0000
commit9c935f80bc7746a7da3313ffd07e8f0f02f9b617 (patch)
tree906d30caf8e9473078d7f5005cc93dabcd2e8155 /error.html
parent85d8e2596405824617960f190c4c46a89f263d89 (diff)
Adds error page
Diffstat (limited to 'error.html')
-rw-r--r--error.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/error.html b/error.html
new file mode 100644
index 0000000..645904e
--- /dev/null
+++ b/error.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="en-GB">
+ <head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <link rel="stylesheet" href="/reset.css" />
+ <link rel="stylesheet" href="/base.css" />
+ <link rel="stylesheet" href="/hcard.css" />
+ </head>
+
+ <body>
+ <section>
+ <h1>Got lost?</h1>
+
+ <p>
+ If you’re on this page, something’s probably gone wrong. Try going to
+ my <a href="/">homepage</a> instead.
+ </p>
+ </section>
+ </body>
+</html>
+