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