blob: 2d8576e685dbac5ff2a4135536dd0d141802403c (
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>
© 2019-<?php printf('%s', date('Y')); ?> Adam Carpenter
<br>
Content licensed under the <a target="_blank" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
<br>
Source code licensed under the <a target="_blank" href="https://opensource.org/licenses/BSD-3-Clause"> BSD 3-Clause license</a>, unless otherwise stated.
<noscript>
JavaScript? Where we're going we don't need JavaScript.
</noscript>
</p>
</footer>
</body>
</html>
|