Add footer

This commit is contained in:
Jeffrey Serio 2024-11-21 13:41:55 -06:00
parent d39262d902
commit 06747799d4

13
main.go
View File

@ -927,6 +927,19 @@ func getTemplateContent(name string) string {
footer := ` footer := `
</div> </div>
<footer>
<hr />
This site is a mirror of the original site at <a href="https://annas-archive.org/torrents">annas-archive.org/torrents</a>.
<br />
For more information about Anna's Archive, see <a href="https://en.wikipedia.org/wiki/Anna's_Archive">en.wikipedia.org/wiki/Anna's_Archive</a>
<br />
<br />
This site is hosted on a <a href="https://www.debian.org">Debian GNU/Linux</a> server.
<br />
Site administrator: <a href="https://hyperreal.coffee">hyperreal</a>
<br />
Site adminstrator contact: <a href="mailto:hyperreal@moonshadow.dev">hyperreal@moonshadow.dev</a>
</footer>
</body> </body>
</html> </html>
` `