diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-20 18:50:47 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-20 18:50:47 +0100 |
| commit | fee7a2800565a21a39e11cd1beec358111a1a01f (patch) | |
| tree | 822b56e54697f46c32f732b67b50005161c23cdf /bottom.html | |
| download | sebastiano.tronto.net-fee7a2800565a21a39e11cd1beec358111a1a01f.tar.gz sebastiano.tronto.net-fee7a2800565a21a39e11cd1beec358111a1a01f.zip | |
Initial commit
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> | ||
