summaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
Diffstat (limited to '404.html')
-rw-r--r--404.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..75c0081
--- /dev/null
+++ b/404.html
@@ -0,0 +1,25 @@
+<html>
+<head>
+ <title>j-james</title>
+ <meta charset="utf-8"/>
+ <link rel="icon" type="image/jpg" href="assets/compass.jpg"/>
+ <link rel="stylesheet" href="css/normalize.css"/>
+ <link rel="stylesheet" href="css/style.css"/>
+</head>
+<body>
+ <header>
+ <h1>
+ <a href="https://j-james.me">j-james</a>
+ </h1>
+ <nav>
+ <a href="https://j-james.me/about/">about</a>
+ <a href="https://j-james.me/projects/">projects</a>
+ <a href="https://j-james.me/posts/">posts</a>
+ <a href="https://j-james.me/bookshelf/">bookshelf</a>
+ </nav>
+ </header>
+ <br>
+ <h1>404</h1>
+ <span>Page not found</span>
+</body>
+</html>