Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 3fed550

Browse files
Update and rename _footer.php to footer.php
1 parent 6518eb6 commit 3fed550

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

app/layout/_footer.php

Lines changed: 0 additions & 16 deletions
This file was deleted.

app/layout/footer.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<footer class="bg-[#0f0f17] rounded-lg shadow m-4">
2+
<div class="w-full mx-auto max-w-screen-xl p-4 md:flex md:items-center md:justify-between">
3+
<span class="text-sm text-white-500 sm:text-center">Copyright © 2020 - <script>document.write(new Date().getFullYear())</script> KeyAuth LLC. All Rights Reserved.
4+
</span>
5+
<ul class="flex flex-wrap items-center mt-3 text-sm font-medium sm:mt-0">
6+
<li>
7+
<a href="https://github.com/KeyAuth/KeyAuth-Source-Code" target="_blank" class="mr-4 hover:underline md:mr-6 ">Source Code</a>
8+
</li>
9+
<li>
10+
<a href="https://betav3.keyauth.cc/terms" target="_blank" class="mr-4 hover:underline md:mr-6">Terms and Conditions</a>
11+
</li>
12+
<li>
13+
<a href="https://keyauth.tawk.help" target="_blank" class="hover:underline">Help</a>
14+
</li>
15+
</ul>
16+
</div>
17+
</footer>

0 commit comments

Comments
 (0)