summaryrefslogtreecommitdiff
path: root/view/error_404.templ
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-08 23:23:23 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-08 23:23:23 +0200
commitc60dd3357fc84e14795f5f864e9fa9ce7150179f (patch)
treee642f70b89674b0f4ef88986a98001f8be8e24db /view/error_404.templ
parent01e96380a4e48b5d338c71fad690382124195b17 (diff)
Some work
Diffstat (limited to 'view/error_404.templ')
-rw-r--r--view/error_404.templ6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/error_404.templ b/view/error_404.templ
new file mode 100644
index 0000000..c97cd49
--- /dev/null
+++ b/view/error_404.templ
@@ -0,0 +1,6 @@
+package view
+
+templ Error404() {
+ <h1>Not found</h1>
+}
+