wrappd.sh/internal/web/templates/partials/footer.html

35 lines
1.1 KiB
HTML

</div>
<footer class="py-4">
<div class="mx-auto text-center text-gray-400">
<ul class="flex justify-center space-x-6 mb-4">
<li>
<a href="https://git.oscarmlage.com/oscarmlage/wrappd.sh/" target="_blank" class="hover:text-white transition duration-200">
Git
</a>
</li>
<li>
<a href="https://git.oscarmlage.com/oscarmlage/wrappd.sh/issues" target="_blank" class="hover:text-white transition duration-200">
Issues
</a>
</li>
<li>
<a href="https://git.oscarmlage.com/oscarmlage/wrappd.sh/fork" target="_blank" class="hover:text-white transition duration-200">
Fork
</a>
</li>
</ul>
<p class="text-sm">
<strong>wrappd.sh</strong> was created by
<a href="https://oscarmlage.com" target="_blank" class="text-gray-300 hover:text-white transition duration-200">
oscarmlage
</a>
</p>
</div>
</footer>
</body>
</html>