Update index.html

This commit is contained in:
Preston 2024-01-03 20:26:02 -08:00 committed by GitHub
parent 25e7a75bac
commit a91b32e3c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,10 @@
color: #555;
}
p {
color: #555;
}
button, .dropdown-btn, .source-btn {
background-color: #4caf50;
color: white;
@ -36,6 +40,7 @@
margin: 10px;
text-decoration: none;
display: inline-block;
max-width: 200px;
}
button:hover, .dropdown-btn:hover, .source-btn:hover {
@ -77,6 +82,7 @@
margin: 10px;
text-decoration: none;
display: inline-block;
max-width: 200px;
}
.source-btn:hover {
@ -88,7 +94,7 @@
}
.line {
width: 100%;
width: 50%;
border-top: 1px solid #888;
margin: 10px 0;
}
@ -102,17 +108,19 @@
margin-top: auto;
background-color: #ddd;
padding: 20px;
width: 100%;
}
.footer-divider {
width: 100%;
width: 50%;
border-top: 1px solid #888;
margin: 20px 0;
margin: 10px 0;
}
</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>
@ -132,8 +140,8 @@
<div class="footer-divider"></div>
<div class="footer">
<p>I am not affiliated with or employed by EaglerCraft. I solely host these sites. I do not own or work for EaglerCraft and am not affiliated with Mojang.</p>
<a href="https://github.com/PrestonT500/EaglerCraftX-1.8" class="source-btn" target="_blank">Source</a>
<p>I am not affiliated with EaglerCraft. I solely host these sites and am not affiliated with Mojang.</p>
<a href="https://github.com/PrestonT500/EaglerCraftX-1.8" class="source-btn" target="_blank">Github Repository</a>
</div>
</body>
</html>