summaryrefslogtreecommitdiff
path: root/layouts/404.html
diff options
context:
space:
mode:
authorHorus2016-10-20 18:08:36 +0200
committerHorus2016-10-20 18:08:36 +0200
commit3a5fabf3c6f4f60a64885a52c76ba6dab8b71099 (patch)
tree5dd636d32bb4796855aafb0d0b2bcb091430d3e5 /layouts/404.html
downloadiamfabulous.de-3a5fabf3c6f4f60a64885a52c76ba6dab8b71099.tar.gz
Initial commit.
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html
new file mode 100644
index 0000000..e831189
--- /dev/null
+++ b/layouts/404.html
@@ -0,0 +1,9 @@
+{{partial "header.tmpl" .}}
+ <header><p>404 - not found</p><br></header>
+ <nav>
+ <p class="twelve columns" style="margin-top: 20px">
+ <a href="index.html" title="back to index">back to index</a>
+ </p>
+ </nav>
+{{partial "footer.tmpl"}}
+