diff options
| -rw-r--r-- | templates/footer.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..0ed0cac --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,12 @@ +<div class="w-full bg-gray-100 mt-8 py-4 px-4 lg:px-0 flex justify-center"> + <div class="w-full lg:w-1/2 flex flex-col lg:flex-row lg:items-center"> + <div class="flex-grow"> + <p>Powered by <a href="{{ contact_url }}">{{ contact_name }}</a>. Licensed under WTFPL.</p> + </div> + <div class="text-2xl"> + <a href="https://git.ilotterytea.kz/bot" class="text-green-800 hover:text-green-600 transition-colors"> + <i class="fa-brands fa-git"></i> + </a> + </div> + </div> +</div> |
