Update index.html

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif 2026-03-30 08:09:57 +08:00 committed by GitHub
parent 0f62f5de4e
commit 5d9cc6d745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -274,6 +274,14 @@
<span class="iconify text-xl transition-transform duration-300 group-hover:rotate-12" data-icon="ph:github-logo-bold"></span> <span class="iconify text-xl transition-transform duration-300 group-hover:rotate-12" data-icon="ph:github-logo-bold"></span>
<span class="font-semibold text-sm">GitHub</span> <span class="font-semibold text-sm">GitHub</span>
</a> </a>
<!-- Telegram Keyget Bot link -->
<a href="https://t.me/mikrotikpatch" target="_blank"
class="group flex items-center gap-3 px-6 py-3 rounded-xl bg-gradient-to-r from-blue-500 to-blue-600 hover:from-blue-600 hover:to-blue-700 text-white shadow-md hover:shadow-lg transition-all duration-300 hover:scale-105">
<span class="iconify text-xl transition-transform duration-300 group-hover:rotate-12" data-icon="ph:telegram-logo-bold"></span>
<span class="font-semibold text-sm">Keygen Bot</span>
</a>
</div> </div>
</div> </div>
</footer> </footer>