aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/404.html
blob: 06556524276aad2e8724c2b81a588aaeaca180a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ 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>
{{ end }}