progetto fatto precedentemente adattato al framework creato con il corso
filippo.bertilotti
2024-06-06 f9a80024b0d5bfd2367808980a091ef29ce63c0f
commit | author | age
effd6a 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>Home</title>
7     <link rel="stylesheet" href="files_comuni/style/style.css">
8 </head>
9 <body>
10     {% yield body %}
11 </body>
12 </html>