progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-04-23 ee8dd87fe4ae74a526a772114c289a960a2eebf8
modifica e creazione pagina template per panda.php
2 files modified
24 ■■■■■ changed files
ihtml/index.tpl 2 ●●● patch | view | raw | blame | history
ihtml/panda.tpl 22 ●●●●● patch | view | raw | blame | history
ihtml/index.tpl
@@ -9,7 +9,7 @@
</head>
<body>
    {include file="header.tpl"} 
    <h1>Ciao</h1>
    <h1>Scegli l'automobile piĆ¹ adatta a te!</h1>
    {include file="footer.tpl"}
</body>
ihtml/panda.tpl
@@ -1,7 +1,15 @@
{* Smarty *}
<main>
    <img src="files_comuni/images/panda.jpg">
    <article>
    </article>
</main>
<!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>