summaryrefslogtreecommitdiffstats
path: root/includes/footer.html
blob: 1d5df524f954fe4d5d0428309f9025a9c5a965b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
			<p style="clear: both;"></p>
		</section>
		<footer>
			<p class="copyright">
				Copyright &copy; 2011-2013 Patrick "P. J." M<span class="super">c</span>Dermott
			</p>
			<p class="license">
				<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">
					<img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png">
				</a>
				Except where otherwise noted, you may use this document and all works herein under the terms of the <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported license</a>.<br>
				More permissive terms may be granted upon <a href="<!--#echo var="DOCUMENT_BASE" -->/contact.html">request</a>.
			</p>
			<p class="tos">
				By using this Web site, you agree to the <a href="<!--#echo var="DOCUMENT_BASE" -->/terms.html">Terms of Service</a>.
			</p>
			<p class="standards">
				<a href="http://validator.w3.org/check?uri=referer">Valid HTML5</a> - <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS level 2.1</a>
			</p>
<!--#config timefmt="%Y-%m-%d %H:%M:%S UTC%z" -->
			<p class="web-site">This Web site is
				<a href="http://odin1.pehjota.net/git/pehjota.net/">managed with
					Git</a>.<br>
				<a href="<!--#echo var="DOCUMENT_BASE" -->/server.html">About this server</a>
			</p>
			<p class="dates">
				Compiled: <!--#echo var="DATE_LOCAL" -->
			</p>
		</footer>
	</body>
</html>