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

<footer>
	<p>
		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>