aboutsummaryrefslogtreecommitdiff
path: root/templates/page/legal.gohtml
blob: 0ed112aa86b5fca635dbf0ed742b3a7b0e8a2956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{define "body"}}
    <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 }}
    </main>
{{end}}