blob: f5b70233dc575699a8b4055e32177bcb8de65778 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
</article>
<hr />
<footer>
<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.
</p>
<p>
If you like my work then <a href="/donate">you may donate here</a>.
</p>
</footer>
</body>
</html>
|