rimgo/views/partials/footer.hbs

12 lines
451 B
Handlebars
Raw Normal View History

2023-06-10 16:04:29 +00:00
<footer class="mt-24 mb-12">
<div class="mb-1 flex gap-4 font-bold">
2023-05-27 15:11:59 +00:00
<div>
<a href="https://gitlab.com/blankX/rimgo">Source Code</a>
(<a href="https://git.nixnet.services/blankie/rimgo">Mirror</a>)
</div>
2023-06-10 16:04:29 +00:00
<a href="/about">About</a>
<a href="/privacy">Privacy</a>
</div>
<p class="text-md text-slate-200">rimgo does not allow uploads or host any content. Issues with content should be reported to Imgur.</p>
2023-05-27 15:11:59 +00:00
</footer>