this repo has no description
1{{ define "layouts/footer" }} 2<div class="w-full p-4 bg-white dark:bg-gray-800 rounded-t drop-shadow-sm"> 3 <div class="container mx-auto text-center text-gray-600 dark:text-gray-400 text-sm"> 4 <div class="mb-2"> 5 <a href="/terms" class="hover:text-gray-900 dark:hover:text-gray-200 underline">Terms of Service</a> 6 &nbsp;&nbsp; 7 <a href="/privacy" class="hover:text-gray-900 dark:hover:text-gray-200 underline">Privacy Policy</a> 8 </div> 9 <div> 10 <span class="font-semibold italic">tangled</span> &mdash; made by <a href="/@oppi.li">@oppi.li</a> and <a href="/@icyphox.sh">@icyphox.sh</a> 11 </div> 12 </div> 13</div> 14{{ end }}