aboutsummaryrefslogtreecommitdiffstats
path: root/public/404.html
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2019-04-17 16:42:33 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2019-04-17 16:42:33 -0500
commit7b4bec1e2c6a787e44a9eecfc0353b1d86199eae (patch)
treef958c74333c925d8825e582d7a1afa718c6f6bd3 /public/404.html
Initial commit
Diffstat (limited to 'public/404.html')
-rw-r--r--public/404.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/404.html b/public/404.html
new file mode 100644
index 0000000..0f6b7a4
--- /dev/null
+++ b/public/404.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width,
+ initial-scale=1.0" />
+ <meta http-equiv="X-UA-Compatible" content="ie=edge" />
+ <link rel="stylesheet" href="./css/style.css">
+ <title>Not Found</title>
+ </head>
+ <body>
+ <h1>404 Not Found</h1>
+ </body>
+</html>