summaryrefslogtreecommitdiff
path: root/includes/footer.xml
blob: 3e6c235a517cf48b74ae82f3bc97d2026cefbd30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div id="footer">

	<div id="moddate">
		<p>Last updated: MODDATE</p>
	</div>

	<div id="copyright">
		<p>The text on this website is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">Creative Commons Attribution-Share Alike 3.0 License</a>.</p>
		<p>The code used to build this website is released under the <a href="http://www.fsf.org/licensing/licenses/agpl.html" rel="license">GNU Affero General Public License</a>. It is available in a <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">git repository</a>.</p>
	</div>

</div>

</body>

</html>