progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-05-03 a39c372f635a26eb10b243a0ba4addf6710b6c07
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{* Smarty *}
 
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Home</title>
    <link rel="stylesheet" href="files_comuni/style/style.css">
</head>
<body>
    {include file="header.tpl"} 
    <h1>Scegli l'automobile piĆ¹ adatta a te!</h1>
    {include file="footer.tpl"}
</body>
</html>