summaryrefslogtreecommitdiff
path: root/src/web/_views/footer.php
blob: e26d4a5900c35b0fac2eac1dffa359c4ae328754 (plain)
1
2
3
4
5
6
7
8
<?php /* Copyright (c) 2024 Freya Murphy */ ?>
<?php /* vi: syntax=php */ ?>
	<footer id="footer">
		<?=ucfirst(lang('copyright'))?> | <a href="https://freya.cat">freya.cat</a>
	</footer>
	<body>

</html>