Cambios básicos

Header y Footer generalizados con PHP.
Todos los "index.html" transformados a "index.php".
This commit is contained in:
Fernando Méndez
2021-03-19 17:02:07 +01:00
committed by GitHub
parent 7eca59c8cc
commit 6a38623819
44 changed files with 1449 additions and 0 deletions

7
assets/php/footer.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
echo"<footer>
<div class='footer'>
<p>© Práctica 2 | Sistemas Web 2021 </p>
</div>
</footer>\n";
?>