Update index.html
This commit is contained in:
parent
e9fa5bf6c9
commit
a441e76148
71
index.html
71
index.html
@ -66,36 +66,6 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
.splitter {
|
||||
border-right: 1.5px solid #888; /* Adjust color as needed */
|
||||
height: 50px; /* Adjust height as needed */
|
||||
margin: 0 10px; /* Adjust margin as needed */
|
||||
}
|
||||
|
||||
.main-reset-buttons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.dropdown-btn-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.column-1-8 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.column-1-5 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.source-btn {
|
||||
background-color: black;
|
||||
color: white;
|
||||
@ -112,28 +82,41 @@
|
||||
.source-btn:hover {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.pick-client {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.line {
|
||||
width: 100%;
|
||||
border-top: 1px solid #888;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.version-text {
|
||||
margin: 10px 0;
|
||||
color: #555;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome to EaglerCraftX</h1>
|
||||
<h2 class="pick-client">Pick a Client:</h2>
|
||||
<p class="version-text">Version 1.8</p>
|
||||
|
||||
<div class="column-1-8">
|
||||
<a href="main.html"><button>Main Client</button></a>
|
||||
<div class="splitter"></div>
|
||||
<a href="resent.html"><button>Resent Client</button></a>
|
||||
</div>
|
||||
<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="column-1-5">
|
||||
<div class="splitter"></div>
|
||||
<div class="dropdown-btn">
|
||||
Precision Client
|
||||
<div class="dropdown-content">
|
||||
<a href="Precision.html">Precision Client</a>
|
||||
<a href="PrecisionBeta.html">Precision Beta Client</a>
|
||||
</div>
|
||||
<div class="dropdown-btn">
|
||||
Precision Client
|
||||
<div class="dropdown-content">
|
||||
<a href="Precision.html">Precision Client</a>
|
||||
<a href="PrecisionBeta.html">Precision Beta Client</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a href="https://github.com/PrestonT500/EaglerCraftX-1.8" class="source-btn">Source</a>
|
||||
<a href="https://github.com/PrestonT500/EaglerCraftX-1.8" class="source-btn" target="_blank">Source</a>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user