Update index.html

This commit is contained in:
Derek1256 2025-03-06 02:29:45 +00:00
parent 344022ed98
commit 7b796f9528

View file

@ -12,7 +12,6 @@
</head>
<body style="background-image: url(/img/bg.png);" class="bg-cover lg:">
<!--Navbar-->
<nav class="flex justify-center px-4 text-gray-800 bg-transparent">
<div class="container py-2">
<hr class="h-px mt-3 border-gray-300 dark:bg-gray-700 border-none">
@ -20,7 +19,6 @@
<div>
<a href="/"><img class="h-32 w-auto grow" src="/img/logo.png" alt="Logo"/></a>
</div>
<!--Change the # from href from Forum and Shop to your Server IP-->
<div class="flex mt-6 md:m-0">
<div class="-mx-4 uppercase border border-opacity-25 rounded-md shadow p-3">
<a href="/staff.html" class="px-3 text-m font-bold text-gray-100 font-medium hover:text-gray-300"><i class="fa fa-users"></i> Staff</a>
@ -30,8 +28,6 @@
</div>
</div>
</nav>
<!--Content-->
<div class="mt-32:lg mt-56"></div>
<div class="text-center text-gray-100 text-4xl my-4">
StarMC
@ -78,7 +74,7 @@
</div>
</footer>
<!--Scripts-->
<script src="https://leonardosnt.github.io/mc-player-counter/dist/mc-player-counter.min.js"></script>
</body>
</html>