Skip to content

Commit 37a1f1e

Browse files
authored
...
1 parent 12d1894 commit 37a1f1e

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>PowerEssentials</title>
7+
<script src="https://cdn.tailwindcss.com"></script>
8+
</head>
9+
<body class="bg-gray-900 text-white">
10+
<nav class="bg-gray-800 p-5 flex justify-between items-center">
11+
<h1 class="text-2xl font-bold">PowerEssentials</h1>
12+
<div class="space-x-6">
13+
<a href="download.html" class="hover:text-blue-400">Download</a>
14+
<a href="changelog.html" class="hover:text-blue-400">Changelog</a>
15+
<a href="about.html" class="hover:text-blue-400">About</a>
16+
</div>
17+
</nav>
18+
19+
<main class="text-center mt-32">
20+
<h2 class="text-5xl font-extrabold">Enhance Your Server Experience</h2>
21+
<p class="mt-4 text-lg text-gray-400">The ultimate plugin for Minecraft Bedrock servers.</p>
22+
<a href="download.html" class="mt-6 inline-block bg-blue-600 hover:bg-blue-700 text-white px-8 py-3 rounded-lg text-lg">Get Started</a>
23+
</main>
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)