Update index.html
This commit is contained in:
parent
31fde75c0d
commit
7f8906f219
11
index.html
11
index.html
@ -71,6 +71,12 @@
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.line {
|
||||
width: 50%;
|
||||
border-top: 1px solid #888;
|
||||
margin: 10px auto;
|
||||
}
|
||||
|
||||
.version-text {
|
||||
margin: 10px 0;
|
||||
color: #555;
|
||||
@ -98,7 +104,6 @@
|
||||
|
||||
<a href="main.html"><button>Main Client</button></a>
|
||||
<a href="resent.html"><button>Resent Client</button></a>
|
||||
<hr class="line">
|
||||
<p class="version-text">Version 1.5</p>
|
||||
|
||||
<div class="dropdown-btn">
|
||||
@ -109,10 +114,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-divider"></div>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user