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