9iron/src/common-footer.php

5 lines
226 B
PHP
Raw Normal View History

2020-08-16 05:25:54 -05:00
<div class="footer">
<p>Copyright &copy 2019-<?php echo date("Y"); ?> rehashedsalt. Distributed under the terms of the MIT License.</p>
2021-01-19 21:36:51 -06:00
<p><a href="https://git.desu.ltd/salt/9iron">source</a> <a href="/">home</a></p>
2020-08-16 05:25:54 -05:00
</div>