blob: 0ed0cac052031ce0012e8a2d7c4270e876694e69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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>
|