8 lines
192 B
PHP
8 lines
192 B
PHP
<footer class="footer">
|
|
<span>© <?php echo date('Y'); ?> Ovidiu Ungureanu</span>
|
|
<span>Built with PHP, no JS frameworks were harmed.</span>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|