aboutsummaryrefslogtreecommitdiff
path: root/templates/page/legal.gohtml
blob: b3a3a54b6b5ae1fc9071ed9139c26b3d86429209 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{define "body"}}
    <div class="credits-legal" style="{{ .GetBackground }}">
        <h1>Legal information</h1>
        <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>
{{end}}