aboutsummaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-04-09 02:09:35 +0200
committerJakob Odersky <jodersky@gmail.com>2015-04-09 21:38:43 +0200
commitc389f93bdce02f446ce22dec7e93cbe7a00b472c (patch)
treefb35194d21017e45ac9163dd6b981c78f566c100 /404.html
parent5cb6b6a78bfeb92c01a1d91f134ac22978e64b09 (diff)
downloadwebsite-c389f93bdce02f446ce22dec7e93cbe7a00b472c.tar.gz
website-c389f93bdce02f446ce22dec7e93cbe7a00b472c.tar.bz2
website-c389f93bdce02f446ce22dec7e93cbe7a00b472c.zip
implement basic site using jekyll
Diffstat (limited to '404.html')
-rw-r--r--404.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..98a0eda
--- /dev/null
+++ b/404.html
@@ -0,0 +1,8 @@
+---
+layout: empty
+title: 404 - Not Found
+---
+<div class="text-center">
+<h1>404</h1>
+<p>The requested page does not exist. Return to <a href="/">main site</p>
+<div> \ No newline at end of file