diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-22 22:40:43 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-22 22:40:43 +0100 |
| commit | 4d398e030dc80ec92653d2ba66a4e36a9fb6f95f (patch) | |
| tree | 4b9edaf6ba090de97fa7eba2d4a22906b577b558 /top.html | |
| parent | 0c4b8dc31244fe9ac5c5ba0f45992bf842806bc4 (diff) | |
| download | sebastiano.tronto.net-4d398e030dc80ec92653d2ba66a4e36a9fb6f95f.tar.gz sebastiano.tronto.net-4d398e030dc80ec92653d2ba66a4e36a9fb6f95f.zip | |
Added header/main/footer tags
Diffstat (limited to 'top.html')
| -rw-r--r-- | top.html | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -9,8 +9,9 @@ | |||
| 9 | 9 | ||
| 10 | <body> | 10 | <body> |
| 11 | 11 | ||
| 12 | <header> | ||
| 12 | <nav class="top"> | 13 | <nav class="top"> |
| 13 | <table class="menu"> | 14 | <table> |
| 14 | <tr> | 15 | <tr> |
| 15 | <td class="logo"> | 16 | <td class="logo"> |
| 16 | <a href="/"> | 17 | <a href="/"> |
| @@ -45,6 +46,8 @@ | |||
| 45 | </tr> | 46 | </tr> |
| 46 | </table> | 47 | </table> |
| 47 | </nav> | 48 | </nav> |
| 49 | </header> | ||
| 48 | 50 | ||
| 49 | <hr class="line"> | 51 | <hr class="line"> |
| 50 | 52 | ||
| 53 | <main> | ||
