aboutsummaryrefslogtreecommitdiff
path: root/bottom.html
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-09-03 16:12:56 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-09-03 16:12:56 +0200
commitf013207d3db211a0ef4796d50218849c5bc9765f (patch)
treeb9d2439208b7bc7f551532af532d3d2daeb225ed /bottom.html
parent58ff498d162287e36369919127b5f8e78531dc63 (diff)
downloadsebastiano.tronto.net-f013207d3db211a0ef4796d50218849c5bc9765f.tar.gz
sebastiano.tronto.net-f013207d3db211a0ef4796d50218849c5bc9765f.zip
Swap footer elements
Diffstat (limited to 'bottom.html')
-rw-r--r--bottom.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottom.html b/bottom.html
index 1c196b1..b950d88 100644
--- a/bottom.html
+++ b/bottom.html
@@ -5,10 +5,10 @@
5<footer> 5<footer>
6 <table> 6 <table>
7 <tr> 7 <tr>
8 <td class="lastupdate">Last update: LASTUPDATE</td>
9 <td class="contact"> 8 <td class="contact">
10 <a href="mailto:sebastiano@tronto.net">sebastiano@tronto.net</a> 9 <a href="mailto:sebastiano@tronto.net">sebastiano@tronto.net</a>
11 </td> 10 </td>
11 <td class="lastupdate">Last update: LASTUPDATE</td>
12 </tr> 12 </tr>
13 </table> 13 </table>
14</footer> 14</footer>

Generated with cgit - Back to sebastiano.tronto.net