You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
574 B

<footer class="p-4 bg-gray-50 md:p-8 lg:p-10 dark:bg-gray-900 mt-auto">
<div class="mx-auto max-w-screen-xl text-center">
<ul class="flex flex-wrap justify-center items-center mb-6 text-gray-900 dark:text-white">
<li>
<a href="/" class="mr-4 hover:underline md:mr-6 ">Home</a>
</li>
<li>
<a href="/about" class="mr-4 hover:underline md:mr-6 ">About</a>
</li>
</ul>
<span class="text-sm text-gray-500 sm:text-center dark:text-gray-400">Copyright © 2024 Kostiantyn Klochko. All Rights Reserved.</span>
</div>
</footer>