Skip to main content
Go to Latest
File
export function Footer() { return ( <div class="bg-gray-100"> <footer class="container mx-auto p-4"> <p class="text-center"> <a href="https://github.com/karelklima/ldkit" class="m-2 inline-block" > GitHub </a> <a href="https://github.com/karelklima/ldkit" class="m-2 inline-block" > deno.land/x/ldkit </a> </p> <p class="text-center p-2 pb-6"> &copy; 2022 &ndash; present Karel Klima </p> </footer> </div> );}