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; color: #555;
} }
p {
color: #555;
}
button, .dropdown-btn, .source-btn { button, .dropdown-btn, .source-btn {
background-color: #4caf50; background-color: #4caf50;
color: white; color: white;
@ -36,6 +40,7 @@
margin: 10px; margin: 10px;
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
max-width: 200px;
} }
button:hover, .dropdown-btn:hover, .source-btn:hover { button:hover, .dropdown-btn:hover, .source-btn:hover {
@ -77,6 +82,7 @@
margin: 10px; margin: 10px;
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
max-width: 200px;
} }
.source-btn:hover { .source-btn:hover {
@ -88,7 +94,7 @@
} }
.line { .line {
width: 100%; width: 50%;
border-top: 1px solid #888; border-top: 1px solid #888;
margin: 10px 0; margin: 10px 0;
} }
@ -102,17 +108,19 @@
margin-top: auto; margin-top: auto;
background-color: #ddd; background-color: #ddd;
padding: 20px; padding: 20px;
width: 100%;
} }
.footer-divider { .footer-divider {
width: 100%; width: 50%;
border-top: 1px solid #888; border-top: 1px solid #888;
margin: 20px 0; margin: 10px 0;
} }
</style> </style>
</head> </head>
<body> <body>
<h1>Welcome to EaglerCraftX</h1> <h1>Welcome to EaglerCraftX</h1>
<p>These clients might be outdated.</p>
<h2 class="pick-client">Pick a Client:</h2> <h2 class="pick-client">Pick a Client:</h2>
<p class="version-text">Version 1.8</p> <p class="version-text">Version 1.8</p>
@ -132,8 +140,8 @@
<div class="footer-divider"></div> <div class="footer-divider"></div>
<div class="footer"> <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> <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">Source</a> <a href="https://github.com/PrestonT500/EaglerCraftX-1.8" class="source-btn" target="_blank">Github Repository</a>
</div> </div>
</body> </body>
</html> </html>