aboutsummaryrefslogtreecommitdiff
path: root/templates/about.tmpl
blob: 0b4bea08217ba3f18a20f8637869cd4bcf1e3477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{{template "header.tmpl"}}
{{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/web" target="_blank">git.freesoftwareextremist.com/web</a>.
	</P>
</div>

{{template "footer.tmpl"}}