summaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
authorCopywrong <>2026-03-06 15:20:24 -0500
committerCopywrong <>2026-03-06 15:20:24 -0500
commit9e7c2d6004f92a3341e0b034c84a20567753a6f7 (patch)
treef5bb94859bd301342877a82ed69eafc3b283b14b /404.html
Initial commit
Diffstat (limited to '404.html')
-rw-r--r--404.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..c5e19a1
--- /dev/null
+++ b/404.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<head>
+ <link rel="stylesheet" href="styles.css">
+</head>
+<body>
+ <header>
+ <div class="logo">Copywrong</div>
+ </header>
+ <article class="content">
+ <h1>Page not found</h1>
+ <p>The page you requested could not be found.</p>
+ <p><a href="/">Go home</a></p>
+ </article>
+</body>