update terms
This commit is contained in:
@ -30,6 +30,9 @@
|
||||
<li class="mb-6">
|
||||
<a href="https://status.my-mc.link" class="text-lg minecraft-font text-white bg-gradient-to-r from-teal-400 to-blue-500 px-4 py-2 rounded-md hover:bg-gradient-to-r hover:from-blue-500 hover:to-teal-400" target="_blank">Check MC Status</a>
|
||||
</li>
|
||||
<li class="mb-6">
|
||||
<a href="https://info.my-mc.link" class="text-lg minecraft-font text-white bg-gradient-to-r from-teal-400 to-blue-500 px-4 py-2 rounded-md hover:bg-gradient-to-r hover:from-blue-500 hover:to-teal-400" target="_blank">Wiki</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- Particle Effects -->
|
||||
@ -50,7 +53,9 @@
|
||||
<nav class="flex items-center gap-2 hidden md:flex">
|
||||
<a href="https://panel.my-mc.link" class="nav-btn" target="_blank">Panel</a>
|
||||
<a href="https://stats.my-mc.link" class="nav-btn">System Stats</a>
|
||||
<a href="https://status.my-mc.link" class="nav-btn" target="_blank">Check MC Status</a>
|
||||
<a href="https://status.my-mc.link" class="nav-btn" target="_blank">MC Status</a>
|
||||
<a href="https://info.my-mc.link" class="nav-btn" target="_blank">Wiki</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
Reference in New Issue
Block a user