web/templates/Footer.php
2020-12-20 14:32:58 -06:00

30 lines
898 B
PHP

<footer>
<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="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 the Standard Ebooks project 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 the Standard Ebooks project but displayed on this website may be subject to copyright.</p>
<p><a href="/">Standard Ebooks</a></p>
</footer>
</body>
</html>