diff options
| author | William Hergès <william@herges.fr> | 2025-09-07 16:48:17 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-09-07 16:48:17 +0200 |
| commit | 26d21b4fa9c703a84b34ceabc13d0d5e19c90e98 (patch) | |
| tree | 9236f03838a61be1f222a6a87827390d62113bd3 /templates/page/legal.gohtml | |
| parent | 996ff551f05dee6db08c8eb4144e7db4a5dbeaa2 (diff) | |
feat(404): better handle
Diffstat (limited to 'templates/page/legal.gohtml')
| -rw-r--r-- | templates/page/legal.gohtml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/templates/page/legal.gohtml b/templates/page/legal.gohtml index b3a3a54..0ed112a 100644 --- a/templates/page/legal.gohtml +++ b/templates/page/legal.gohtml @@ -1,11 +1,16 @@ {{define "body"}} - <div class="credits-legal" style="{{ .GetBackground }}"> - <h1>Legal information</h1> + <main style="{{ .GetBackground }}"> + <div class="header"> + <h1 class="header__title">Legal information</h1> + <nav> + <a href="/">Home</a> + </nav> + </div> <p> The software behind this website was made by <a href="https://anhgelus.world/" target="_blank">Anhgelus Morhtuuzh</a>. It is available on <a href="https://git.anhgelus.world/anhgelus/now">my forge</a> for free and licensed under the <a href="https://git.anhgelus.world/anhgelus/now/raw/branch/main/LICENSE" target="_blank">AGPL</a> license. </p> {{ .GetLegal }} - </div> + </main> {{end}} |
