diff options
Diffstat (limited to 'bottom.html')
| -rw-r--r-- | bottom.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bottom.html b/bottom.html new file mode 100644 index 0000000..0b3811d --- /dev/null +++ b/bottom.html | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | <hr class="line"> | ||
| 2 | <footer> | ||
| 3 | <table> | ||
| 4 | <tr> | ||
| 5 | <td class="contact"> | ||
| 6 | Back to | ||
| 7 | <a href="https://sebastiano.tronto.net"> | ||
| 8 | sebastiano.tronto.net | ||
| 9 | </a> | ||
| 10 | </td> | ||
| 11 | <td class="hosted"> | ||
| 12 | Generated with | ||
| 13 | <a href="https://codemadness.org/stagit.html">stagit</a> | ||
| 14 | </td> | ||
| 15 | </tr> | ||
| 16 | </table> | ||
| 17 | </footer> | ||
