This commit is contained in:
Ovidiu U
2026-03-13 09:23:15 +00:00
commit 55ae54d2c5
21 changed files with 1071 additions and 0 deletions

7
includes/footer.php Normal file
View File

@@ -0,0 +1,7 @@
<footer class="footer">
<span>© <?php echo date('Y'); ?> Ovidiu Ungureanu</span>
<span>Built with PHP, no JS frameworks were harmed.</span>
</footer>
</body>
</html>