Files
njump/templates/footer.html
2023-10-28 07:39:33 -03:00

23 lines
837 B
HTML

<div
class="fixed overflow-hidden -z-10 inset-y-64 -inset-x-24 bg-gray-50 dark:bg-neutral-900 w-[200%] h-full -rotate-12 print:hidden"
></div>
<footer class="mb-4 mt-6 text-gray-400 text-sm text-center">
powered by
<a class="underline text-gray-400" href="/">njump</a> & open-sourced on
<a class="underline text-gray-400" href="https://github.com/fiatjaf/njump"
>github</a
>
</footer>
<svg width="0" height="0" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<clipPath id="svg-shape" clipPathUnits="objectBoundingBox">
<path
transform="scale(0.005, 0.005)"
d="M100,200c43.8,0,68.2,0,84.1-15.9C200,168.2,200,143.8,200,100s0-68.2-15.9-84.1C168.2,0,143.8,0,100,0S31.8,0,15.9,15.9C0,31.8,0,56.2,0,100s0,68.2,15.9,84.1C31.8,200,56.2,200,100,200z"
/>
</clipPath>
</defs>
</svg>