summaryrefslogtreecommitdiff
path: root/error.html
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2024-03-30 16:43:47 +0000
committerGitHub <noreply@github.com>2024-03-30 16:43:47 +0000
commitad32cd2200138b4a57d5d9088672f32a8e7bd2c3 (patch)
tree43cb6f1a9804352f666efaaee2bf7d6189906f08 /error.html
parent9cb047768f79f3d14a5c6bcf420e76d600a20f2d (diff)
parent261d89ebed13691e72312f44339063fee93130ac (diff)
Merge pull request #1 from joeacarstairs/astro
Astro initial commit
Diffstat (limited to 'error.html')
-rw-r--r--error.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/error.html b/error.html
deleted file mode 100644
index 645904e..0000000
--- a/error.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!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>
-