Update index.html
This commit is contained in:
parent
31fde75c0d
commit
7f8906f219
11
index.html
11
index.html
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user