SW/assets/php/footer.php

7 lines
159 B
PHP
Raw Normal View History

<?php
echo"<footer>
<div class='footer'>
<p>© Práctica 2 | Sistemas Web 2021 </p>
</div>
</footer>\n";
?>