diff options
| author | William Hergès <william@herges.fr> | 2026-01-16 22:05:19 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2026-01-16 22:05:19 +0100 |
| commit | 6ab3a7bd5640623aeb7847f1eb2f1077d8e777f3 (patch) | |
| tree | 87ace5305cbf4aefc67fdbe407ae94e673845c45 /backend/templates/404.html | |
| parent | f67c350197e1c46887baf67398445e2b47a8f067 (diff) | |
style(html): use prettier plugin for go html
Diffstat (limited to 'backend/templates/404.html')
| -rw-r--r-- | backend/templates/404.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/backend/templates/404.html b/backend/templates/404.html index e0bca68..52d3cc9 100644 --- a/backend/templates/404.html +++ b/backend/templates/404.html @@ -1,11 +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> -</main> + <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> + </main> {{ end }} |
