summaryrefslogtreecommitdiff
path: root/layouts/404.html
diff options
context:
space:
mode:
authorFrancesco <tomaselli.fr@gmail.com>2024-04-22 18:15:45 +0200
committerFrancesco <tomaselli.fr@gmail.com>2024-04-22 18:15:45 +0200
commit37e82d2dd9e50e5cd0c2ad1a0cede9c7b30815ac (patch)
tree0a66964833c4a314e1c37a5c7960c78ca9f02a5c /layouts/404.html
parentb34fd641941143b856d5721b89d6233d5dbbe3d3 (diff)
Theme Update
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html
new file mode 100644
index 0000000..dd02979
--- /dev/null
+++ b/layouts/404.html
@@ -0,0 +1,12 @@
+{{ define "main" }}
+
+<div class="not-found">
+
+ <div>
+ <h1> 404 </h1>
+ <p> You shouldn't be here, click on the header to return to home </p>
+ </div>
+</div>
+
+
+{{ end }} \ No newline at end of file