progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-04-22 be657c839d626381a384b5afdc34d6b4d1700477
aggiunta footer nell'index
2 files modified
6 ■■■■■ changed files
ihtml/footer.tpl 4 ●●●● patch | view | raw | blame | history
ihtml/index.tpl 2 ●●●●● patch | view | raw | blame | history
ihtml/footer.tpl
@@ -0,0 +1,4 @@
<footer>
    author: me
    copyright
</footer>
ihtml/index.tpl
@@ -10,5 +10,7 @@
<body>
    {include file="header.tpl"} 
    <h1>Ciao</h1>
    {include file="footer.tpl"}
</body>
</html>