summaryrefslogtreecommitdiff
path: root/includes/foot.php
blob: e9dc23fe36273d61b7f8e9a17a19447ec2dd809d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
</article>
<hr />

<footer>
	<?php include('nav.php'); ?>
	<p>
		&copy; 2019-<?php printf('%s', date('Y')); ?> Adam Carpenter
		<br>
		Content released under <a target="_blank" href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
		<br>
		Source code released under <a target="_blank" href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause</a>, unless otherwise stated.
		<noscript>
			JavaScript? Where we're going we don't need JavaScript.
		</noscript>
	</p>
</footer>

</body>

</html>