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 /bottom.html | |
| parent | 0c4b8dc31244fe9ac5c5ba0f45992bf842806bc4 (diff) | |
| download | sebastiano.tronto.net-4d398e030dc80ec92653d2ba66a4e36a9fb6f95f.tar.gz sebastiano.tronto.net-4d398e030dc80ec92653d2ba66a4e36a9fb6f95f.zip | |
Added header/main/footer tags
Diffstat (limited to 'bottom.html')
| -rw-r--r-- | bottom.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bottom.html b/bottom.html index fdb5811..33efd45 100644 --- a/bottom.html +++ b/bottom.html | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | </main> | ||
| 1 | 2 | ||
| 2 | <hr class="line"> | 3 | <hr class="line"> |
| 3 | 4 | ||
| 4 | <nav class="bottom"> | 5 | <footer> |
| 5 | <table class="footer"> | 6 | <table> |
| 6 | <tr> | 7 | <tr> |
| 7 | <td class="contact"> | 8 | <td class="contact"> |
| 8 | <a href="mailto:sebastiano@tronto.net"> | 9 | <a href="mailto:sebastiano@tronto.net"> |
| @@ -15,7 +16,7 @@ | |||
| 15 | </td> | 16 | </td> |
| 16 | </tr> | 17 | </tr> |
| 17 | </table> | 18 | </table> |
| 18 | </nav> | 19 | </footer> |
| 19 | 20 | ||
| 20 | </body> | 21 | </body> |
| 21 | </html> | 22 | </html> |
