aboutsummaryrefslogtreecommitdiff
path: root/data/templates/notfound.html
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2017-10-14 16:04:26 +0200
committerLaria Carolin Chabowski <laria@laria.me>2017-10-14 20:58:18 +0200
commit369d2c3e395903f6aff1d1869a81290d8bc994fa (patch)
tree4c3629906ebbfc8833af10c8f963f23619ecf00c /data/templates/notfound.html
downloadcode.laria.me-369d2c3e395903f6aff1d1869a81290d8bc994fa.tar.gz
code.laria.me-369d2c3e395903f6aff1d1869a81290d8bc994fa.tar.bz2
code.laria.me-369d2c3e395903f6aff1d1869a81290d8bc994fa.zip
Initial commit
Diffstat (limited to 'data/templates/notfound.html')
-rw-r--r--data/templates/notfound.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/notfound.html b/data/templates/notfound.html
new file mode 100644
index 0000000..6099512
--- /dev/null
+++ b/data/templates/notfound.html
@@ -0,0 +1,3 @@
+{{define "content"}}
+404 Not found
+{{end}}