File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments