aboutsummaryrefslogtreecommitdiff
path: root/templates/about.tmpl
blob: 60bb5f60b4c149494fdcfbde03900652b6f05370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{{template "header.tmpl" .HeaderData}}
{{template "navigation.tmpl" .NavbarData}}
<div class="page-title"> About </div>

<div>
	<p>
		A web client for <a href="https://pleroma.social" target="_blank">Mastodon Network</a>.
	</p>
	<p>
		The source code is released under 
		<a href="https://creativecommons.org/share-your-work/public-domain/cc0" target="_blank">CC0</a> 
		and is available on 
		<a href="https://git.freesoftwareextremist.com/bloat" target="_blank">git.freesoftwareextremist.com/bloat</a>.
	</P>
</div>

{{template "footer.tmpl"}}