diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-11-20 23:31:40 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-11-20 23:31:40 +0100 |
| commit | 52b0be81663df26b56002533ec93f8008db04d1a (patch) | |
| tree | ad72ba13e6159d647b0bf2619c88c57924a19b82 /bottom.html | |
| download | git-hooks-52b0be81663df26b56002533ec93f8008db04d1a.tar.gz git-hooks-52b0be81663df26b56002533ec93f8008db04d1a.zip | |
First commit
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> | ||
