wakapi/views/footer.tpl.html

12 lines
732 B
HTML
Raw Normal View History

<footer class="flex justify-between w-full text-center text-gray-500 text-xs mt-20">
<div class="text-xs font-mono font-semibold">
{{ getVersion }} @ {{ getDbType }}
2020-05-24 22:42:15 +03:00
</div>
2021-12-19 13:12:49 +03:00
<div class="font-semibold text-sm hidden sm:inline-block">
Made with &nbsp; <span class="iconify inline" data-icon="bi:heart-fill"></span> &nbsp; by <a href="https://muetsch.io" class="text-gray-400 hover:text-gray-300">Ferdinand Mütsch</a> as <a
href="https://github.com/muety/wakapi" class="text-gray-400 hover:text-gray-300">open-source</a> software
2020-05-24 22:42:15 +03:00
</div>
<div class="text-sm">
<a href="imprint" class="font-semibold hover:text-gray-400">Imprint, Cookies & Data Privacy</a>
2020-05-24 22:42:15 +03:00
</div>
2021-12-16 20:05:54 +03:00
</footer>