Files
Blog/includes/footer.php
2025-07-28 15:04:22 +02:00

7 lines
133 B
PHP

</main>
<footer>
<p style="text-align:center;">&copy; <?= date('Y') ?> Jack's Blog</p>
</footer>
</body>
</html>