aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/404.html
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-06 19:22:14 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-06 19:22:14 +0200
commit9cfcbabb032c729b06d581412a64a9e7cefed6b1 (patch)
treee5ff64ed658ef1af98d53191a252c0d0c7e1c7f5 /backend/templates/404.html
parent412a77b7c1ba1819f4bf1c0697ddd19d7af21e19 (diff)
style(format): install prettier and run
Diffstat (limited to 'backend/templates/404.html')
-rw-r--r--backend/templates/404.html20
1 files changed, 8 insertions, 12 deletions
diff --git a/backend/templates/404.html b/backend/templates/404.html
index 0655652..e0bca68 100644
--- a/backend/templates/404.html
+++ b/backend/templates/404.html
@@ -1,15 +1,11 @@
{{ define "body" }}
<main id="content">
- <h1>Oh non, je crois que tu t'es perdu :(</h1>
- <p>
- Tu as des liens en haut pour retrouver ton chemin :3
- </p>
- <p>
- Si tu penses que c'est un bug, hésite pas à ouvrir une issue sur
- <a href="https://github.com/anhgelus/small-web/issues">GitHub</a> :D
- </p>
- <p>
- (enfin, sauf si tu as un compte sur ma forge, mais ça m'étonnerait...)
- </p>
+ <h1>Oh non, je crois que tu t'es perdu :(</h1>
+ <p>Tu as des liens en haut pour retrouver ton chemin :3</p>
+ <p>
+ Si tu penses que c'est un bug, hésite pas à ouvrir une issue sur
+ <a href="https://github.com/anhgelus/small-web/issues">GitHub</a> :D
+ </p>
+ <p>(enfin, sauf si tu as un compte sur ma forge, mais ça m'étonnerait...)</p>
</main>
-{{ end }} \ No newline at end of file
+{{ end }}