summaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
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>