structables/templates/footer.html

9 lines
433 B
HTML
Raw Normal View History

2023-06-01 21:25:13 +00:00
<footer>
<hr>
<center>
2023-06-02 15:38:48 +00:00
<p><a href="https://kumig.it/PrivateCoffee/indestructables">Modified Source Code (AGPLv3)</a></p>
2023-07-19 06:25:41 +00:00
<p><a href="https://codeberg.org/indestructables/indestructables">Original Indestructables Source Code (AGPLv3)</a></p>
<p><a href="https://git.vern.cc/cobra/Destructables">Original Destructables Source Code (AGPLv3)</a></p>
2023-06-03 22:31:55 +00:00
<p><a href="/privacypolicy">View privacy policy.</a></p>
2023-06-01 21:25:13 +00:00
</center>
</footer>