aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/footer.html
blob: 85fac4aa2ed489cc115097b0cc5d9113052092cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<footer>
    <hr>
    <p>
        all site contents are licensed under
        <a href="http://creativecommons.org/licenses/by-sa/4.0/">
            cc-by-sa-4.0
        </a>
    </p>
    <p>gpg key:
        <a href="/pgp.asc">
            405C2C163EF6A2C9
        </a>
    </p>
    <p>
        <a rel="site source" href="https://git.aaoth.xyz/aaoth.xyz.git/about">
            site source
        </a>
    </p>
</footer>