summaryrefslogtreecommitdiff
path: root/templates/pages/notfound.gohtml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pages/notfound.gohtml')
-rw-r--r--templates/pages/notfound.gohtml10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/pages/notfound.gohtml b/templates/pages/notfound.gohtml
new file mode 100644
index 0000000..911f8e1
--- /dev/null
+++ b/templates/pages/notfound.gohtml
@@ -0,0 +1,10 @@
+{{template "layout.gohtml" .}}
+{{define "content"}}
+<div class="layout-center">
+ <form action="/">
+ <h1>Not found.</h1>
+ <p>Link expired or already viewed.</p>
+ <input type="submit" value="&larr; Back">
+ </form>
+</div>
+{{ end }}