diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-04-22 18:15:45 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-04-22 18:15:45 +0200 |
commit | 37e82d2dd9e50e5cd0c2ad1a0cede9c7b30815ac (patch) | |
tree | 0a66964833c4a314e1c37a5c7960c78ca9f02a5c /layouts | |
parent | b34fd641941143b856d5721b89d6233d5dbbe3d3 (diff) |
Theme Update
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/404.html | 12 |
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 |