diff options
Diffstat (limited to 'bottom.html')
| -rw-r--r-- | bottom.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bottom.html b/bottom.html new file mode 100644 index 0000000..fdb5811 --- /dev/null +++ b/bottom.html | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | |||
| 2 | <hr class="line"> | ||
| 3 | |||
| 4 | <nav class="bottom"> | ||
| 5 | <table class="footer"> | ||
| 6 | <tr> | ||
| 7 | <td class="contact"> | ||
| 8 | <a href="mailto:sebastiano@tronto.net"> | ||
| 9 | sebastiano@tronto.net | ||
| 10 | </a> | ||
| 11 | </td> | ||
| 12 | <td class="hosted"> | ||
| 13 | Hosted by | ||
| 14 | <a href="https://openbsd.amsterdam">openbsd.amsterdam</a> | ||
| 15 | </td> | ||
| 16 | </tr> | ||
| 17 | </table> | ||
| 18 | </nav> | ||
| 19 | |||
| 20 | </body> | ||
| 21 | </html> | ||
