ceu-notes/2/EIE/assignments/lingua-ignis/website/templates/footer.html.php

9 lines
245 B
PHP
Raw Normal View History

2023-01-08 17:15:21 +00:00
</main>
<footer>
<p>Copyright &copy; 2022-<?= date("Y") ?> Lingua Ignis<br />
This document is licensed under the
<a href="https://creativecommons.org/licenses/by-nd/4.0/" >CC-BY-ND 4.0 License</a>.</p>
</footer>
</body>
</html>