Update index.html

This commit is contained in:
Preston 2024-01-24 21:00:26 -08:00 committed by GitHub
parent 6b5ef4326e
commit a083a3f82c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -21,11 +22,13 @@
color: #333;
}
h2, p {
h2,
p {
color: #555;
}
button, .dropdown-btn {
button,
.dropdown-btn {
background-color: #4caf50;
color: white;
padding: 10px 20px;
@ -53,8 +56,10 @@
max-width: 200px;
}
button:hover, .dropdown-btn:hover {
background-color: #45a049; #333333
button:hover,
.dropdown-btn:hover {
background-color: #45a049;
/* #333333 */
}
.source-btn:hover {
@ -100,6 +105,12 @@
color: #555;
}
.subtitle {
color: grey;
font-size: 14px;
margin-bottom: 5px;
}
.footer {
margin-top: auto;
background-color: #ddd;
@ -108,16 +119,19 @@
}
</style>
</head>
<body>
<h1>Welcome to EaglerCraftX</h1>
<p>These clients might be outdated.</p>
<h2 class="pick-client">Pick a Client:</h2>
<p class="version-text">Version 1.8</p>
<p class="subtitle">1.8 only supports multiplayer</p>
<a href="/1.8/main1.8.9/index.html"><button>Main 1.8.9 Client</button></a>
<a href="/1.8/main1.8.8.html"><button>Main 1.8.8 Client</button></a>
<a href="/1.8/resent.html"><button>Resent Client</button></a>
<p class="version-text">Version 1.5.2</p>
<p class="subtitle">1.5.2 supports singleplayer and multiplayer</p>
<a href="/1.5.2/main1.5.2.html"><button>Main Client</button></a>
<div class="dropdown-btn">
@ -133,4 +147,5 @@
<a href="https://github.com/PrestonT500/EaglerCraftX-1.8" class="source-btn" target="_blank">Github Repository</a>
</div>
</body>
</html>