web/templates/Footer.php
2021-04-23 10:58:42 -05:00

34 lines
1 KiB
PHP

<footer>
<p><a href="/newsletter">Subscribe to our free newsletter</a></p>
<ul>
<li>
<a href="/ebooks">Ebooks</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="/contribute">Get Involved</a>
</li>
<li>
<a href="/donate">Donate</a>
</li>
<li>
<a href="/settings">Settings</a>
</li>
<li>
<a href="https://github.com/standardebooks">GitHub</a>
</li>
<li>
<a href="/opds">OPDS</a>
</li>
<li>
<a href="/rss/new-releases">New Releases RSS Feed</a>
</li>
</ul>
<p>Content produced by or for Standard Ebooks L<sup>3</sup>C is dedicated to the <a href="https://en.wikipedia.org/wiki/Public_domain">public domain</a> via the <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal Public Domain Dedication</a>.</p>
<p>Content not produced by or for Standard Ebooks L<sup>3</sup>C but displayed on this website may be subject to copyright.</p>
<p><a href="/">Standard Ebooks</a></p>
</footer>
</body>
</html>