FediBooks/app/templates/footer.html

10 lines
803 B
HTML
Raw Normal View History

2019-08-29 01:15:15 +00:00
<footer>
2019-09-10 02:26:16 +00:00
<div class='subtle small'>
<p>FediBooks is beta software. It might behave unexpectedly. You can learn more about FediBooks <a href="/about">here</a>. <br>
Website design and FediBooks software by <a href='https://fedi.lynnesbian.space/@LynnearSoftware'>Lynne</a>. This site uses <a href="https://fontawesome.com">Font Awesome</a>. <br>
2020-01-20 03:23:40 +00:00
Some of FediBooks' functionality requires JavaScript to be enabled, although the core functions such as bot configuration do not. <br>
2019-09-10 02:26:16 +00:00
FediBooks uses a cookie to keep you logged in. Deleting this cookie will log you out, and your bots will still work. You can also sign out <a href="/do/signout">here</a>. <br>
Source code is available <a href="https://github.com/Lynnesbian/Fedibooks">here</a> under the AGPLv3 license.</p>
2019-08-29 01:15:15 +00:00
</div>
</footer>