aboutsummaryrefslogtreecommitdiff
path: root/top.html
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-02-22 22:40:43 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-02-22 22:40:43 +0100
commit4d398e030dc80ec92653d2ba66a4e36a9fb6f95f (patch)
tree4b9edaf6ba090de97fa7eba2d4a22906b577b558 /top.html
parent0c4b8dc31244fe9ac5c5ba0f45992bf842806bc4 (diff)
downloadsebastiano.tronto.net-4d398e030dc80ec92653d2ba66a4e36a9fb6f95f.tar.gz
sebastiano.tronto.net-4d398e030dc80ec92653d2ba66a4e36a9fb6f95f.zip
Added header/main/footer tags
Diffstat (limited to 'top.html')
-rw-r--r--top.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/top.html b/top.html
index ad33387..2227c51 100644
--- a/top.html
+++ b/top.html
@@ -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>

Generated with cgit - Back to sebastiano.tronto.net