progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-04-23 ee8dd87fe4ae74a526a772114c289a960a2eebf8
commit | author | age
ee8dd8 1 <!DOCTYPE html>
F 2 <html lang="en">
3 <head>
4     <meta charset="UTF-8">
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6     <title>Fiat Panda</title>
7 </head>
8 <body>
9     {include file="header.tpl"}
10     <main>
11         <img src="files_comuni/images/panda.jpg">
12     </main>
13     {include file="footer.tpl"}
14 </body>
15 </html>