diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-21 22:42:14 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-21 22:42:14 +0100 |
| commit | 57cc1d9272fac6be9f1329dd74c30dfd2001f99a (patch) | |
| tree | 1a18275c113dff9342e5944b786803f4fce24a15 /bottom.html | |
| parent | dd30984ee027f2f48edba44cbfc5080164f84c5c (diff) | |
| download | sebastiano.tronto.net-57cc1d9272fac6be9f1329dd74c30dfd2001f99a.tar.gz sebastiano.tronto.net-57cc1d9272fac6be9f1329dd74c30dfd2001f99a.zip | |
Revert "Swapped bottom links"
This reverts commit dd30984ee027f2f48edba44cbfc5080164f84c5c.
Diffstat (limited to 'bottom.html')
| -rw-r--r-- | bottom.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bottom.html b/bottom.html index 5fbe33c..fdb5811 100644 --- a/bottom.html +++ b/bottom.html | |||
| @@ -4,15 +4,15 @@ | |||
| 4 | <nav class="bottom"> | 4 | <nav class="bottom"> |
| 5 | <table class="footer"> | 5 | <table class="footer"> |
| 6 | <tr> | 6 | <tr> |
| 7 | <td class="hosted"> | ||
| 8 | Hosted by | ||
| 9 | <a href="https://openbsd.amsterdam">openbsd.amsterdam</a> | ||
| 10 | </td> | ||
| 11 | <td class="contact"> | 7 | <td class="contact"> |
| 12 | <a href="mailto:sebastiano@tronto.net"> | 8 | <a href="mailto:sebastiano@tronto.net"> |
| 13 | sebastiano@tronto.net | 9 | sebastiano@tronto.net |
| 14 | </a> | 10 | </a> |
| 15 | </td> | 11 | </td> |
| 12 | <td class="hosted"> | ||
| 13 | Hosted by | ||
| 14 | <a href="https://openbsd.amsterdam">openbsd.amsterdam</a> | ||
| 15 | </td> | ||
| 16 | </tr> | 16 | </tr> |
| 17 | </table> | 17 | </table> |
| 18 | </nav> | 18 | </nav> |
