Update index.html

This commit is contained in:
Preston 2024-01-03 20:33:01 -08:00 committed by GitHub
parent 31fde75c0d
commit 7f8906f219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,12 @@
color: #555; color: #555;
} }
.line {
width: 50%;
border-top: 1px solid #888;
margin: 10px auto;
}
.version-text { .version-text {
margin: 10px 0; margin: 10px 0;
color: #555; color: #555;
@ -98,7 +104,6 @@
<a href="main.html"><button>Main Client</button></a> <a href="main.html"><button>Main Client</button></a>
<a href="resent.html"><button>Resent Client</button></a> <a href="resent.html"><button>Resent Client</button></a>
<hr class="line">
<p class="version-text">Version 1.5</p> <p class="version-text">Version 1.5</p>
<div class="dropdown-btn"> <div class="dropdown-btn">
@ -109,10 +114,8 @@
</div> </div>
</div> </div>
<div class="footer-divider"></div>
<div class="footer"> <div class="footer">
<p>I am not affiliated with EaglerCraft. I solely host these sites and am not affiliated with Mojang.</p> <p>I am not affiliated with EaglerCraft, Eagtek, Microsoft, or Mojang. I solely host these sites.</p>
<a href="https://github.com/PrestonT500/EaglerCraftX-1.8" class="source-btn" target="_blank">Github Repository</a> <a href="https://github.com/PrestonT500/EaglerCraftX-1.8" class="source-btn" target="_blank">Github Repository</a>
</div> </div>
</body> </body>