Minor fixes for v2
This commit is contained in:
parent
c750a1268a
commit
23204a4e69
11 changed files with 1400 additions and 451 deletions
113
1.3.html
113
1.3.html
|
|
@ -1,38 +1,87 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>1.3 Clients</title>
|
||||
<link rel="shortcut icon" href="assets/icon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="home.css">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet">
|
||||
</head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
<link rel="shortcut icon" href="assets/icon.png" type="image/x-icon" />
|
||||
<link rel="stylesheet" href="home.css" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script
|
||||
async
|
||||
src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"
|
||||
></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
|
||||
gtag('config', 'G-B23XL7G2NK');
|
||||
</script>
|
||||
<body>
|
||||
|
||||
<ul>
|
||||
<li><a style="margin-left: 5px;" href="index.html">Home</a></li>
|
||||
<li><a class="active" href="clients.html">Clients</a></li>
|
||||
<li><a href="worlds.html">Worlds</a></li>
|
||||
<li><a href="packs.html">Resource Packs</a></li>
|
||||
<li><a href="servers.html">Servers</a></li>
|
||||
<li><a href="skins.html">Skins</a></li>
|
||||
<li><a href="mc quick guide/index.html" target="_blank">Quick Guide</a></li>
|
||||
|
||||
</ul>
|
||||
gtag("config", "G-B23XL7G2NK");
|
||||
</script>
|
||||
<body>
|
||||
<ul>
|
||||
<li><a style="margin-left: 5px" href="index.html">Home</a></li>
|
||||
<li><a class="active" href="clients.html">Clients</a></li>
|
||||
<li><a href="worlds.html">Worlds</a></li>
|
||||
<li><a href="packs.html">Resource Packs</a></li>
|
||||
<li><a href="servers.html">Servers</a></li>
|
||||
<li><a href="skins.html">Skins</a></li>
|
||||
<li>
|
||||
<a href="mc quick guide/index.html" target="_blank">Quick Guide</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h1 align="center" style="font-size: 54px; margin-bottom: -10px; text-decoration: none">1.3 Clients</h1>
|
||||
<p align="center" style='font-family: font-medium;'>There is only one 💀</p>
|
||||
<h1
|
||||
align="center"
|
||||
style="font-size: 54px; margin-bottom: -10px; text-decoration: none"
|
||||
>
|
||||
1.3 Clients
|
||||
</h1>
|
||||
<p align="center" style="font-family: font-medium">There is only one 💀</p>
|
||||
|
||||
<div class="container">
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">Eagler 1.3<p style="font-size: 14px; padding-bottom: 15px; font-family: font-medium">Version: Eaglercraft 1.3</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding: 10px; padding-right: 40px; padding-left: 40px; font-family: font-bold" href="eagler1.3.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
</div>
|
||||
<div class="container">
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
Eagler 1.3
|
||||
<p
|
||||
style="
|
||||
font-size: 14px;
|
||||
padding-bottom: 15px;
|
||||
font-family: font-medium;
|
||||
"
|
||||
>
|
||||
Version: Eaglercraft 1.3
|
||||
</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
font-family: font-bold;
|
||||
"
|
||||
href="eagler1.3.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
340
1.5.html
340
1.5.html
|
|
@ -1,49 +1,305 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>1.5 Clients</title>
|
||||
<link rel="shortcut icon" href="assets/icon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="home.css">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet">
|
||||
</head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
<link rel="shortcut icon" href="assets/icon.png" type="image/x-icon" />
|
||||
<link rel="stylesheet" href="home.css" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script
|
||||
async
|
||||
src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"
|
||||
></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
|
||||
gtag('config', 'G-B23XL7G2NK');
|
||||
</script>
|
||||
<body>
|
||||
|
||||
<ul>
|
||||
<li><a style="margin-left: 5px;" href="index.html">Home</a></li>
|
||||
<li><a class="active" href="clients.html">Clients</a></li>
|
||||
<li><a href="worlds.html">Worlds</a></li>
|
||||
<li><a href="packs.html">Resource Packs</a></li>
|
||||
<li><a href="servers.html">Servers</a></li>
|
||||
<li><a href="skins.html">Skins</a></li>
|
||||
<li><a href="mc quick guide/index.html" target="_blank">Quick Guide</a></li>
|
||||
<li style="float: right;"><a href="https://github.com/cobblesteve01/Eaglercraft-Extras" target="_blank"><img src="assets/github.png" style="height: 25px; color: white;" alt=""></a></li>
|
||||
</ul>
|
||||
gtag("config", "G-B23XL7G2NK");
|
||||
</script>
|
||||
<body>
|
||||
<ul>
|
||||
<li><a style="margin-left: 5px" href="index.html">Home</a></li>
|
||||
<li><a class="active" href="clients.html">Clients</a></li>
|
||||
<li><a href="worlds.html">Worlds</a></li>
|
||||
<li><a href="packs.html">Resource Packs</a></li>
|
||||
<li><a href="servers.html">Servers</a></li>
|
||||
<li><a href="skins.html">Skins</a></li>
|
||||
<li>
|
||||
<a href="mc quick guide/index.html" target="_blank">Quick Guide</a>
|
||||
</li>
|
||||
<li style="float: right">
|
||||
<a
|
||||
href="https://github.com/cobblesteve01/Eaglercraft-Extras"
|
||||
target="_blank"
|
||||
><img
|
||||
src="assets/github.png"
|
||||
style="height: 25px; color: white"
|
||||
alt=""
|
||||
/></a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h1 align="center" style="font-size: 54px; margin-bottom: -10px; text-decoration: none">1.5 Clients</h1>
|
||||
<p align="center" style='font-family: font-medium;'>Take your pick.</p>
|
||||
<h1
|
||||
align="center"
|
||||
style="font-size: 54px; margin-bottom: -10px; text-decoration: none"
|
||||
>
|
||||
1.5 Clients
|
||||
</h1>
|
||||
<p align="center" style="font-family: font-medium">Take your pick.</p>
|
||||
|
||||
<div class="container">
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">Eagler 1.5<p style="font-size: 14px; padding-bottom: 15px;">Version: Service Pack #1</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding: 10px; padding-right: 40px; padding-left: 40px;" href="clients/1.5/eagler1.5.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">Precision Client<p style="font-size: 14px; padding-bottom: 15px;">Version: Unknown</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding: 10px; padding-right: 40px; padding-left: 40px;" href="clients/1.5/PrecisionClient.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">NitClient<p style="font-size: 14px; padding-bottom: 15px;">Version: NitClient 2.0</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding: 10px; padding-right: 40px; padding-left: 40px;" href="clients/1.5/nitclient.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">Nebula<p style="font-size: 14px; padding-bottom: 15px;">Updated: 11/21/23</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding: 10px; padding-right: 40px; padding-left: 40px;" href="clients/1.5/nebula.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">Kerosene<p style="font-size: 14px; padding-bottom: 15px;">Updated: 11/21/23</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding: 10px; padding-right: 40px; padding-left: 40px;" href="clients/1.5/kerosene.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
</div>
|
||||
<div class="container">
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
Eagler 1.5
|
||||
<p style="font-size: 14px; padding-bottom: 15px">
|
||||
Version: Service Pack #1
|
||||
</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
"
|
||||
href="clients/1.5/eagler1.5.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
Precision Client
|
||||
<p style="font-size: 14px; padding-bottom: 15px">Version: Unknown</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
"
|
||||
href="clients/1.5/PrecisionClient.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
NitClient
|
||||
<p style="font-size: 14px; padding-bottom: 15px">
|
||||
Version: NitClient 2.0
|
||||
</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
"
|
||||
href="clients/1.5/nitclient.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
Nebula
|
||||
<p style="font-size: 14px; padding-bottom: 15px">Updated: 11/21/23</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
"
|
||||
href="clients/1.5/nebula.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
Kerosene
|
||||
<p style="font-size: 14px; padding-bottom: 15px">Updated: 11/21/23</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
"
|
||||
href="clients/1.5/kerosene.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">CoderCraft<p style="font-size: 14px; padding-bottom: 15px;">Updated: 11/21/23</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding: 10px; padding-right: 40px; padding-left: 40px;" href="clients/1.5/codercraft.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">Odd Future Client<p style="font-size: 14px; padding-bottom: 15px;">Updated: 6/1/22</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding: 10px; padding-right: 40px; padding-left: 40px;" href="clients/1.5/oddfutureclient.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">FuchsiaX<p style="font-size: 14px; padding-bottom: 15px;">FuchsiaX Web</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding: 10px; padding-right: 40px; padding-left: 40px;" href="clients/1.5/fuchsiax.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">Nova Client<p style="font-size: 14px; padding-bottom: 15px;">Version: 1.0 (First Release)</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding: 10px; padding-right: 40px; padding-left: 40px;" href="warning.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
</div>
|
||||
<div class="container">
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
CoderCraft
|
||||
<p style="font-size: 14px; padding-bottom: 15px">Updated: 11/21/23</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
"
|
||||
href="clients/1.5/codercraft.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
Odd Future Client
|
||||
<p style="font-size: 14px; padding-bottom: 15px">Updated: 6/1/22</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
"
|
||||
href="clients/1.5/oddfutureclient.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
FuchsiaX
|
||||
<p style="font-size: 14px; padding-bottom: 15px">FuchsiaX Web</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
"
|
||||
href="clients/1.5/fuchsiax.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
Nova Client
|
||||
<p style="font-size: 14px; padding-bottom: 15px">
|
||||
Version: 1.0 (First Release)
|
||||
</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
"
|
||||
href="warning.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
305
1.8.html
305
1.8.html
|
|
@ -1,55 +1,268 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>1.8 Clients</title>
|
||||
<link rel="shortcut icon" href="assets/icon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="home.css">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
||||
rel="stylesheet">
|
||||
</head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
<link rel="shortcut icon" href="assets/icon.png" type="image/x-icon" />
|
||||
<link rel="stylesheet" href="home.css" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script
|
||||
async
|
||||
src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"
|
||||
></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
|
||||
gtag('config', 'G-B23XL7G2NK');
|
||||
</script>
|
||||
<body>
|
||||
|
||||
<ul>
|
||||
<li><a style="margin-left: 5px;" href="index.html">Home</a></li>
|
||||
<li><a class="active" href="clients.html">Clients</a></li>
|
||||
<li><a href="worlds.html">Worlds</a></li>
|
||||
<li><a href="packs.html">Resource Packs</a></li>
|
||||
<li><a href="servers.html">Servers</a></li>
|
||||
<li><a href="skins.html">Skins</a></li>
|
||||
<li><a href="mc quick guide/index.html" target="_blank">Quick Guide</a></li>
|
||||
|
||||
</ul>
|
||||
gtag("config", "G-B23XL7G2NK");
|
||||
</script>
|
||||
<body>
|
||||
<ul>
|
||||
<li><a style="margin-left: 5px" href="index.html">Home</a></li>
|
||||
<li><a class="active" href="clients.html">Clients</a></li>
|
||||
<li><a href="worlds.html">Worlds</a></li>
|
||||
<li><a href="packs.html">Resource Packs</a></li>
|
||||
<li><a href="servers.html">Servers</a></li>
|
||||
<li><a href="skins.html">Skins</a></li>
|
||||
<li>
|
||||
<a href="mc quick guide/index.html" target="_blank">Quick Guide</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h1 align="center" style="font-size: 54px; margin-bottom: -10px; text-decoration: none">1.8 Clients</h1>
|
||||
<p align="center" style='font-family: font-medium;'>Take your pick.</p>
|
||||
<h1
|
||||
align="center"
|
||||
style="font-size: 54px; margin-bottom: -10px; text-decoration: none"
|
||||
>
|
||||
1.8 Clients
|
||||
</h1>
|
||||
<p align="center" style="font-family: font-medium">Take your pick.</p>
|
||||
|
||||
<br><br>
|
||||
<br /><br />
|
||||
|
||||
<div class="container">
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">EaglercraftX<p style="font-size: 14px; padding-bottom: 15px; font-family: font-medium">Version: u34</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 40px; padding-left: 40px; font-family: font-bold" href="clients/1.8/eaglercraftx.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">Shadow Client<p style="font-size: 14px; padding-bottom: 15px; font-family: font-medium">Version: 3.0 (Beta)</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding: 10px; padding-right: 40px; padding-left: 40px; font-family: font-bold" href="clients/1.8/shadowclient30beta.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">Starlike Client<p style="font-size: 14px; padding-bottom: 15px; font-family: font-medium">Version: Unknown</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding: 10px; padding-right: 40px; padding-left: 40px; font-family: font-bold" href="clients/1.8/Starlike_Client.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
|
||||
</div>
|
||||
<div class="container">
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
EaglercraftX
|
||||
<p
|
||||
style="
|
||||
font-size: 14px;
|
||||
padding-bottom: 15px;
|
||||
font-family: font-medium;
|
||||
"
|
||||
>
|
||||
Version: u34
|
||||
</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
font-family: font-bold;
|
||||
"
|
||||
href="clients/1.8/eaglercraftx.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
Shadow Client
|
||||
<p
|
||||
style="
|
||||
font-size: 14px;
|
||||
padding-bottom: 15px;
|
||||
font-family: font-medium;
|
||||
"
|
||||
>
|
||||
Version: 3.0 (Beta)
|
||||
</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
font-family: font-bold;
|
||||
"
|
||||
href="clients/1.8/shadowclient30beta.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
Starlike Client
|
||||
<p
|
||||
style="
|
||||
font-size: 14px;
|
||||
padding-bottom: 15px;
|
||||
font-family: font-medium;
|
||||
"
|
||||
>
|
||||
Version: Unknown
|
||||
</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
font-family: font-bold;
|
||||
"
|
||||
href="clients/1.8/Starlike_Client.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">Pi Client<p style="font-size: 14px; padding-bottom: 15px; font-family: font-medium">Version: 1.0 (First Release)</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding: 10px; padding-right: 40px; padding-left: 40px; font-family: font-bold" href="clients/1.8/pi-client.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">DragonX Lite<p style="font-size: 14px; padding-bottom: 15px; font-family: font-medium">Version: DragonX Lite</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding: 10px; padding-right: 40px; padding-left: 40px; font-family: font-bold" href="clients/1.8/DragonXLite.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">DragonX<p style="font-size: 14px; padding-bottom: 15px; font-family: font-medium">Version: DragonX V4</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding: 10px; padding-right: 40px; padding-left: 40px; font-family: font-bold" href="clients/1.8/DragonX_V4.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
<div class="container">
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
Pi Client
|
||||
<p
|
||||
style="
|
||||
font-size: 14px;
|
||||
padding-bottom: 15px;
|
||||
font-family: font-medium;
|
||||
"
|
||||
>
|
||||
Version: 1.0 (First Release)
|
||||
</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
font-family: font-bold;
|
||||
"
|
||||
href="clients/1.8/pi-client.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
DragonX Lite
|
||||
<p
|
||||
style="
|
||||
font-size: 14px;
|
||||
padding-bottom: 15px;
|
||||
font-family: font-medium;
|
||||
"
|
||||
>
|
||||
Version: DragonX Lite
|
||||
</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
font-family: font-bold;
|
||||
"
|
||||
href="clients/1.8/DragonXLite.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
DragonX
|
||||
<p
|
||||
style="
|
||||
font-size: 14px;
|
||||
padding-bottom: 15px;
|
||||
font-family: font-medium;
|
||||
"
|
||||
>
|
||||
Version: DragonX V4
|
||||
</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
font-family: font-bold;
|
||||
"
|
||||
href="clients/1.8/DragonX_V4.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
210
clients.html
210
clients.html
|
|
@ -1,49 +1,177 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Clients</title>
|
||||
<link rel="shortcut icon" href="assets/icon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="home.css">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
||||
rel="stylesheet">
|
||||
</head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
<link rel="shortcut icon" href="assets/icon.png" type="image/x-icon" />
|
||||
<link rel="stylesheet" href="home.css" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script
|
||||
async
|
||||
src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"
|
||||
></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
|
||||
gtag('config', 'G-B23XL7G2NK');
|
||||
</script>
|
||||
<body>
|
||||
|
||||
<ul>
|
||||
<li><a style="margin-left: 5px;" href="index.html">Home</a></li>
|
||||
<li><a class="active" href="clients.html">Clients</a></li>
|
||||
<li><a href="worlds.html">Worlds</a></li>
|
||||
<li><a href="packs.html">Resource Packs</a></li>
|
||||
<li><a href="servers.html">Servers</a></li>
|
||||
<li><a href="skins.html">Skins</a></li>
|
||||
<li><a href="mc quick guide/index.html" target="_blank">Quick Guide</a></li>
|
||||
|
||||
</ul>
|
||||
gtag("config", "G-B23XL7G2NK");
|
||||
</script>
|
||||
<body>
|
||||
<ul>
|
||||
<li><a style="margin-left: 5px" href="index.html">Home</a></li>
|
||||
<li><a class="active" href="clients.html">Clients</a></li>
|
||||
<li><a href="worlds.html">Worlds</a></li>
|
||||
<li><a href="packs.html">Resource Packs</a></li>
|
||||
<li><a href="servers.html">Servers</a></li>
|
||||
<li><a href="skins.html">Skins</a></li>
|
||||
<li>
|
||||
<a href="mc quick guide/index.html" target="_blank">Quick Guide</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
<h1 align="center" style="font-size: 40px;">Choose your Version</h1>
|
||||
<h1 align="center" style="font-size: 40px">Choose your Version</h1>
|
||||
|
||||
<div class="container">
|
||||
<button class="button" style="height: 250px; cursor: unset; margin: 15px;"><h1 style="font-size: 32px;">1.8</h1><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 40px; padding-left: 40px;" href="1.8.html"><span class="material-icons-round">input</span> Select</a></button><br>
|
||||
<button class="button" style="height: 250px; cursor: unset; margin: 15px;"><h1 style="font-size: 32px;">1.5</h1><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 40px; padding-left: 40px;" href="1.5.html"><span class="material-icons-round">input</span> Select</a></button><br>
|
||||
<button class="button" style="height: 250px; cursor: unset; margin: 15px;"><h1 style="font-size: 32px;">1.3</h1><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 40px; padding-left: 40px;" href="1.3.html"><span class="material-icons-round">input</span> Select</a></button><br>
|
||||
<button class="button" style="height: 250px; cursor: unset; margin: 15px;"><h1 style="font-size: 32px;">Mobile</h1><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 40px; padding-left: 40px;" href="mobile.html"><span class="material-icons-round">input</span> Select</a></button><br>
|
||||
</div>
|
||||
<div class="container">
|
||||
<button class="button" style="height: 250px; cursor: unset; margin: 15px">
|
||||
<h1 style="font-size: 32px">1.8</h1>
|
||||
<br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
"
|
||||
href="1.8.html"
|
||||
><span class="material-icons-round">input</span> Select</a
|
||||
></button
|
||||
><br />
|
||||
<button class="button" style="height: 250px; cursor: unset; margin: 15px">
|
||||
<h1 style="font-size: 32px">1.5</h1>
|
||||
<br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
"
|
||||
href="1.5.html"
|
||||
><span class="material-icons-round">input</span> Select</a
|
||||
></button
|
||||
><br />
|
||||
<button class="button" style="height: 250px; cursor: unset; margin: 15px">
|
||||
<h1 style="font-size: 32px">1.3</h1>
|
||||
<br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
"
|
||||
href="1.3.html"
|
||||
><span class="material-icons-round">input</span> Select</a
|
||||
></button
|
||||
><br />
|
||||
<button class="button" style="height: 250px; cursor: unset; margin: 15px">
|
||||
<h1 style="font-size: 32px">Mobile</h1>
|
||||
<br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
"
|
||||
href="mobile.html"
|
||||
><span class="material-icons-round">input</span> Select</a
|
||||
></button
|
||||
><br />
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<button class="button" style="height: 250px; cursor: unset; margin: 15px;"><h1 style="font-size: 32px;">1.9</h1><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 40px; padding-left: 40px;" href="clients/1.9/eag1_9_4.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
<button class="button" style="height: 250px; cursor: unset; margin: 15px;"><h1 style="font-size: 32px;">1.11</h1><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 40px; padding-left: 40px;" href="clients/1.11/eag1_11_2.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
<button class="button" style="height: 250px; cursor: unset; margin: 15px;"><h1 style="font-size: 32px;">1.14</h1><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 40px; padding-left: 40px;" href="clients/1.14/index.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
</div>
|
||||
<div class="container">
|
||||
<button class="button" style="height: 250px; cursor: unset; margin: 15px">
|
||||
<h1 style="font-size: 32px">1.9</h1>
|
||||
<br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
"
|
||||
href="clients/1.9/eag1_9_4.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
<button class="button" style="height: 250px; cursor: unset; margin: 15px">
|
||||
<h1 style="font-size: 32px">1.11</h1>
|
||||
<br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
"
|
||||
href="clients/1.11/eag1_11_2.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
<button class="button" style="height: 250px; cursor: unset; margin: 15px">
|
||||
<h1 style="font-size: 32px">1.14</h1>
|
||||
<br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
"
|
||||
href="clients/1.14/index.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
330
home.css
330
home.css
|
|
@ -1,258 +1,262 @@
|
|||
@font-face {
|
||||
font-family: font;
|
||||
src: url(assets/font.ttf);
|
||||
font-family: font;
|
||||
src: url(assets/font.ttf);
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: font;
|
||||
font-family: font;
|
||||
}
|
||||
|
||||
body, html {
|
||||
background: url('/assets/panorama.png');
|
||||
-webkit-backdrop-filter: brightness(0.9);
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
color: white;
|
||||
backdrop-filter: blur(15px);
|
||||
body,
|
||||
html {
|
||||
background: url("/assets/panorama.png");
|
||||
-webkit-backdrop-filter: brightness(0.9);
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
color: white;
|
||||
backdrop-filter: blur(15px);
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: font;
|
||||
font-family: font;
|
||||
}
|
||||
|
||||
html {
|
||||
filter: blur(0px);
|
||||
filter: blur(0px);
|
||||
}
|
||||
|
||||
body {
|
||||
filter: blur(0px);
|
||||
backdrop-filter: blur(50px);
|
||||
filter: blur(0px);
|
||||
backdrop-filter: blur(50px);
|
||||
}
|
||||
|
||||
.button {
|
||||
text-align: center;
|
||||
border-radius: 00px;
|
||||
height: 100px;
|
||||
width: 250px;
|
||||
font-size: 25px;
|
||||
font-family: font;
|
||||
color: white;
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
border-color: rgba(255,255,255,0);
|
||||
border-width: 0.5px;
|
||||
box-shadow: none;
|
||||
none: none;
|
||||
border-style: solid;
|
||||
cursor: pointer;
|
||||
transition: 0.2s;
|
||||
margin: 5px;
|
||||
text-align: center;
|
||||
border-radius: 00px;
|
||||
height: 100px;
|
||||
width: 250px;
|
||||
font-size: 25px;
|
||||
font-family: font;
|
||||
color: white;
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-color: rgba(255, 255, 255, 0);
|
||||
border-width: 0.5px;
|
||||
box-shadow: none;
|
||||
none: none;
|
||||
border-style: solid;
|
||||
cursor: pointer;
|
||||
transition: 0.2s;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
transform: translateY(-5px);
|
||||
transform: translateY(-5px);
|
||||
}
|
||||
|
||||
a.play-hover {
|
||||
transition: 0.2s;
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
a.play-hover:hover {
|
||||
filter: brightness(0.8);
|
||||
filter: brightness(0.8);
|
||||
}
|
||||
|
||||
.vflex {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.big-button {
|
||||
text-align: center;
|
||||
border-radius: 00px;
|
||||
height: 300px;
|
||||
width: 455px;
|
||||
font-size: 25px;
|
||||
font-family: font;
|
||||
color: white;
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
border-color: rgba(255,255,255,0);
|
||||
border-width: 0.5px;
|
||||
box-shadow: none;
|
||||
none: none;
|
||||
border-style: solid;
|
||||
cursor: pointer;
|
||||
transition: 0.2s;
|
||||
margin: 10px;
|
||||
text-align: center;
|
||||
border-radius: 00px;
|
||||
height: 300px;
|
||||
width: 455px;
|
||||
font-size: 25px;
|
||||
font-family: font;
|
||||
color: white;
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
border-color: rgba(255, 255, 255, 0);
|
||||
border-width: 0.5px;
|
||||
box-shadow: none;
|
||||
none: none;
|
||||
border-style: solid;
|
||||
cursor: pointer;
|
||||
transition: 0.2s;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.big-button:hover {
|
||||
transform: translateY(-5px);
|
||||
transform: translateY(-5px);
|
||||
}
|
||||
|
||||
.center-logo {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.top-bar {
|
||||
scale: 50%;
|
||||
padding: 0%;
|
||||
scale: 50%;
|
||||
padding: 0%;
|
||||
}
|
||||
|
||||
li {
|
||||
display: inline;
|
||||
float: left;
|
||||
font-family: font;
|
||||
vertical-align: 20px;
|
||||
display: inline;
|
||||
float: left;
|
||||
font-family: font;
|
||||
vertical-align: 20px;
|
||||
}
|
||||
|
||||
li a {
|
||||
display: block;
|
||||
padding: 9px;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
transition: 0.2s;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
font-family: font;
|
||||
display: block;
|
||||
padding: 9px;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
transition: 0.2s;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
font-family: font;
|
||||
}
|
||||
|
||||
li a:hover {
|
||||
background-color: rgba(255, 255, 255, 0.233);
|
||||
border-radius: 0px;
|
||||
|
||||
background-color: rgba(255, 255, 255, 0.233);
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
ul {
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
border-radius: 0px;
|
||||
padding: 8px;
|
||||
font-family: font;
|
||||
position: sticky;
|
||||
top: 1rem;
|
||||
z-index: 9999;
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
border-radius: 0px;
|
||||
padding: 8px;
|
||||
font-family: font;
|
||||
position: sticky;
|
||||
top: 1rem;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.active {
|
||||
background-color: #008000;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.innerbutton {
|
||||
text-align: center;
|
||||
border-radius: 0px;
|
||||
height: 75px;
|
||||
width: 200px;
|
||||
font-size: 14px;
|
||||
font-family: font;
|
||||
color: white;
|
||||
background-color: rgb(26, 26, 26);
|
||||
border-color: rgba(255,255,255,0);
|
||||
border-width: 0.5px;
|
||||
box-shadow: none;
|
||||
none: none;
|
||||
border-style: solid;
|
||||
cursor: pointer;
|
||||
transition: 0.2s;
|
||||
margin: 5px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
text-align: center;
|
||||
border-radius: 0px;
|
||||
height: 75px;
|
||||
width: 200px;
|
||||
font-size: 14px;
|
||||
font-family: font;
|
||||
color: white;
|
||||
background-color: rgb(26, 26, 26);
|
||||
border-color: rgba(255, 255, 255, 0);
|
||||
border-width: 0.5px;
|
||||
box-shadow: none;
|
||||
none: none;
|
||||
border-style: solid;
|
||||
cursor: pointer;
|
||||
transition: 0.2s;
|
||||
margin: 5px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.material-icons-round {
|
||||
font-family: 'Material Icons';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-size: 24px; /* Preferred icon size */
|
||||
display: inline-block;
|
||||
line-height: 2;
|
||||
text-transform: none;
|
||||
letter-spacing: normal;
|
||||
word-wrap: normal;
|
||||
white-space: nowrap;
|
||||
direction: ltr;
|
||||
vertical-align: -2.5px;
|
||||
|
||||
/* Support for all WebKit browsers. */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
/* Support for Safari and Chrome. */
|
||||
text-rendering: optimizeLegibility;
|
||||
|
||||
/* Support for Firefox. */
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
/* Support for IE. */
|
||||
font-feature-settings: 'liga';
|
||||
font-family: "Material Icons";
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-size: 24px; /* Preferred icon size */
|
||||
display: inline-block;
|
||||
line-height: 2;
|
||||
text-transform: none;
|
||||
letter-spacing: normal;
|
||||
word-wrap: normal;
|
||||
white-space: nowrap;
|
||||
direction: ltr;
|
||||
vertical-align: -2.5px;
|
||||
|
||||
/* Support for all WebKit browsers. */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
/* Support for Safari and Chrome. */
|
||||
text-rendering: optimizeLegibility;
|
||||
|
||||
/* Support for Firefox. */
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
/* Support for IE. */
|
||||
font-feature-settings: "liga";
|
||||
}
|
||||
|
||||
.status {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
background-color: rgb(58, 58, 58);
|
||||
border-radius: 0px;
|
||||
font-size: 18px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
background-color: rgb(58, 58, 58);
|
||||
border-radius: 0px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.online {
|
||||
color: lime
|
||||
color: lime;
|
||||
}
|
||||
|
||||
.offline {
|
||||
color: red;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.unknown {
|
||||
color: goldenrod;
|
||||
color: goldenrod;
|
||||
}
|
||||
|
||||
.ip {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
background-color: #008000;
|
||||
border-radius: 0px;
|
||||
font-size: 20px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
background-color: #008000;
|
||||
border-radius: 0px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.copyLink {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
border-radius: 0px;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
transition: background-color 0.2s ease;
|
||||
border-radius: 0px;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
border-radius: 0px;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
transition: 0.2s ease;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.copyLink:hover {
|
||||
filter: brightness(0.8);
|
||||
}
|
||||
|
||||
.status.online span {
|
||||
color: green;
|
||||
color: green;
|
||||
}
|
||||
.status.offline span {
|
||||
color: red;
|
||||
color: red;
|
||||
}
|
||||
.status.unknown span {
|
||||
color: orange;
|
||||
color: orange;
|
||||
}
|
||||
107
index.html
107
index.html
|
|
@ -1,53 +1,74 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="home.css">
|
||||
<link rel="shortcut icon" href="assets/icon.png" type="image/x-icon">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="home.css" />
|
||||
<link rel="shortcut icon" href="assets/icon.png" type="image/x-icon" />
|
||||
<title>Eaglercraft Extras</title>
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
||||
rel="stylesheet">
|
||||
</head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
<link
|
||||
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script
|
||||
async
|
||||
src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"
|
||||
></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
|
||||
gtag('config', 'G-B23XL7G2NK');
|
||||
</script>
|
||||
<body>
|
||||
gtag("config", "G-B23XL7G2NK");
|
||||
</script>
|
||||
<body>
|
||||
<ul>
|
||||
<li>
|
||||
<a style="margin-left: 5px" class="active" href="index.html">Home</a>
|
||||
</li>
|
||||
<li><a href="clients.html">Clients</a></li>
|
||||
<li><a href="worlds.html">Worlds</a></li>
|
||||
<li><a href="packs.html">Resource Packs</a></li>
|
||||
<li><a href="servers.html">Servers</a></li>
|
||||
<li><a href="skins.html">Skins</a></li>
|
||||
<li>
|
||||
<a href="mc quick guide/index.html" target="_blank">Quick Guide</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><a style="margin-left: 5px;" class="active" href="index.html">Home</a></li>
|
||||
<li><a href="clients.html">Clients</a></li>
|
||||
<li><a href="worlds.html">Worlds</a></li>
|
||||
<li><a href="packs.html">Resource Packs</a></li>
|
||||
<li><a href="servers.html">Servers</a></li>
|
||||
<li><a href="skins.html">Skins</a></li>
|
||||
<li><a href="mc quick guide/index.html" target="_blank">Quick Guide</a></li>
|
||||
|
||||
</ul>
|
||||
<br /><br /><br /><br />
|
||||
|
||||
<br><br><br><br>
|
||||
|
||||
<div style="display: flex; justify-content: center;">
|
||||
<img src="assets/icon.png" style="height: 175px; margin-right: 25px;" alt="logo">
|
||||
<div class="vflex">
|
||||
<h1 style="font-size: 42px; font-family: font; margin-top: 00px;">Eaglercraft Extras</h1>
|
||||
<p style="margin-top: -22px; text-align: left;">The best place for Eaglercraft related things.</p>
|
||||
<div style="display: flex; justify-content: center">
|
||||
<img
|
||||
src="assets/icon.png"
|
||||
style="height: 175px; margin-right: 25px"
|
||||
alt="logo"
|
||||
/>
|
||||
<div class="vflex">
|
||||
<h1 style="font-size: 42px; font-family: font; margin-top: 00px">
|
||||
Eaglercraft Extras
|
||||
</h1>
|
||||
<p style="margin-top: -22px; text-align: left">
|
||||
The best place for Eaglercraft related things.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br><br>
|
||||
<br /><br />
|
||||
|
||||
<div class="container">
|
||||
<button class="big-button" style="font-size: 20px; padding: 15px;"><b style="font-size: 30px;">Announcements</b> <br><br>The website has been revamped in a Minecraft launcher style!</button>
|
||||
<button class="big-button" style="font-size: 20px; padding: 15px;"><b style="font-size: 30px;">Need Help?</b><br><br>Fill out an issue or a discussion! We'll be sure to get back to it.</button>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
<div class="container">
|
||||
<button class="big-button" style="font-size: 20px; padding: 15px">
|
||||
<b style="font-size: 30px">Announcements</b> <br /><br />The website has
|
||||
been revamped in a Minecraft launcher style!
|
||||
</button>
|
||||
<button class="big-button" style="font-size: 20px; padding: 15px">
|
||||
<b style="font-size: 30px">Need Help?</b><br /><br />Fill out an issue
|
||||
or a discussion! We'll be sure to get back to it.
|
||||
</button>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
114
mobile.html
114
mobile.html
|
|
@ -1,38 +1,88 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Mobile Clients</title>
|
||||
<link rel="shortcut icon" href="assets/icon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="home.css">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet">
|
||||
</head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
<link rel="shortcut icon" href="assets/icon.png" type="image/x-icon" />
|
||||
<link rel="stylesheet" href="home.css" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script
|
||||
async
|
||||
src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"
|
||||
></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
|
||||
gtag('config', 'G-B23XL7G2NK');
|
||||
</script>
|
||||
<body>
|
||||
|
||||
<ul>
|
||||
<li><a style="margin-left: 5px;" href="index.html">Home</a></li>
|
||||
<li><a class="active" href="clients.html">Clients</a></li>
|
||||
<li><a href="worlds.html">Worlds</a></li>
|
||||
<li><a href="packs.html">Resource Packs</a></li>
|
||||
<li><a href="servers.html">Servers</a></li>
|
||||
<li><a href="skins.html">Skins</a></li>
|
||||
<li><a href="mc quick guide/index.html" target="_blank">Quick Guide</a></li>
|
||||
|
||||
</ul>
|
||||
gtag("config", "G-B23XL7G2NK");
|
||||
</script>
|
||||
<body>
|
||||
<ul>
|
||||
<li><a style="margin-left: 5px" href="index.html">Home</a></li>
|
||||
<li><a class="active" href="clients.html">Clients</a></li>
|
||||
<li><a href="worlds.html">Worlds</a></li>
|
||||
<li><a href="packs.html">Resource Packs</a></li>
|
||||
<li><a href="servers.html">Servers</a></li>
|
||||
<li><a href="skins.html">Skins</a></li>
|
||||
<li>
|
||||
<a href="mc quick guide/index.html" target="_blank">Quick Guide</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h1 align="center" style="font-size: 54px; margin-bottom: -10px; text-decoration: none">Mobile Clients</h1>
|
||||
<p align="center" style='font-family: font-medium;'>There is only one 💀</p><br><br><br>
|
||||
<h1
|
||||
align="center"
|
||||
style="font-size: 54px; margin-bottom: -10px; text-decoration: none"
|
||||
>
|
||||
Mobile Clients
|
||||
</h1>
|
||||
<p align="center" style="font-family: font-medium">There is only one 💀</p>
|
||||
<br /><br /><br />
|
||||
|
||||
<div class="container">
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset; font-family: font-bold">EaglercraftX<p style="font-size: 14px; padding-bottom: 15px; font-family: font-medium">Author: Irv77</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding: 10px; padding-right: 40px; padding-left: 40px; font-family: font-bold" href="mobile/index.html"><span class="material-icons-round">play_circle</span> Play</a></button><br>
|
||||
</div>
|
||||
<div class="container">
|
||||
<button
|
||||
class="button"
|
||||
style="
|
||||
height: 200px;
|
||||
margin: 15px;
|
||||
cursor: unset;
|
||||
font-family: font-bold;
|
||||
"
|
||||
>
|
||||
EaglercraftX
|
||||
<p
|
||||
style="
|
||||
font-size: 14px;
|
||||
padding-bottom: 15px;
|
||||
font-family: font-medium;
|
||||
"
|
||||
>
|
||||
Author: Irv77
|
||||
</p>
|
||||
<a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding: 10px;
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
font-family: font-bold;
|
||||
"
|
||||
href="mobile/index.html"
|
||||
><span class="material-icons-round">play_circle</span> Play</a
|
||||
></button
|
||||
><br />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
308
packs.html
308
packs.html
|
|
@ -1,56 +1,272 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Resource Packs</title>
|
||||
<link rel="shortcut icon" href="assets/icon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="home.css">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
||||
rel="stylesheet">
|
||||
</head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
<link rel="shortcut icon" href="assets/icon.png" type="image/x-icon" />
|
||||
<link rel="stylesheet" href="home.css" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script
|
||||
async
|
||||
src="https://www.googletagmanager.com/gtag/js?id=G-B23XL7G2NK"
|
||||
></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
|
||||
gtag('config', 'G-B23XL7G2NK');
|
||||
</script>
|
||||
<body>
|
||||
|
||||
gtag("config", "G-B23XL7G2NK");
|
||||
</script>
|
||||
<body>
|
||||
<ul>
|
||||
<li><a style="margin-left: 5px;" href="index.html">Home</a></li>
|
||||
<li><a href="clients.html">Clients</a></li>
|
||||
<li><a href="worlds.html">Worlds</a></li>
|
||||
<li><a class="active" href="packs.html">Resource Packs</a></li>
|
||||
<li><a href="servers.html">Servers</a></li>
|
||||
<li><a href="skins.html">Skins</a></li>
|
||||
<li><a href="mc quick guide/index.html" target="_blank">Quick Guide</a></li>
|
||||
|
||||
<li><a style="margin-left: 5px" href="index.html">Home</a></li>
|
||||
<li><a href="clients.html">Clients</a></li>
|
||||
<li><a href="worlds.html">Worlds</a></li>
|
||||
<li><a class="active" href="packs.html">Resource Packs</a></li>
|
||||
<li><a href="servers.html">Servers</a></li>
|
||||
<li><a href="skins.html">Skins</a></li>
|
||||
<li>
|
||||
<a href="mc quick guide/index.html" target="_blank">Quick Guide</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h1 align="center" style="font-size: 45px;">Resource Packs</h1>
|
||||
<p align="center" style="font-size: 15px; font-family: font;">Feel free to download any of these! Please not that I did NOT make any of these packs.</p>
|
||||
<h1 align="center" style="font-size: 45px">Resource Packs</h1>
|
||||
<p align="center" style="font-size: 15px; font-family: font">
|
||||
Feel free to download any of these! Please not that I did NOT make any of
|
||||
these packs.
|
||||
</p>
|
||||
|
||||
<br><br>
|
||||
<br /><br />
|
||||
|
||||
<div class="container">
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset;">Blue 128x <br><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px;" href="packs/! §9Blue §7Revamp §8§f128x§8.zip" download="§3§lBlue 128x §6[Eaglercraft]"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 125%;'>file_download</span> Download</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset;">Nebula 16x <br><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px;" href="packs/! §bnebu§3l§ba §8[§f16§5x§8].zip" download="§5§lNebula 16x §6[Eaglercraft]"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 125%;'>file_download</span> Download</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset;">Nicofruit 16x <br><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px;" href="packs/! §bNico§3Fruit §f[16x] (1).zip" download="§3§lNicoFruit 16x §6[Eaglercraft]"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 125%;'>file_download</span> Download</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset;">Bombie's 180k 16x <br><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px;" href="packs/! §b§lBombies §8[§f180k§8].zip" download="§2§lBombie's 180k 16x §6[Eaglercraft]"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 125%;'>file_download</span> Download</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset;">Lunar 16x <br><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px;" href="packs/! Lunar [§816x§f].zip" download="§lLunar 16x §6[Eaglercraft]"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 125%;'>file_download</span> Download</a></button><br>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset;">Fatcat 16x <br><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px;" href="packs/! §bfat cat §f[§b16§7x§f].zip" download="§3§NicoFruit 16x §6[Eaglercraft]"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 125%;'>file_download</span> Download</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset;">Toxica 16x <br><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px;" href="packs/! §5tóxica §816x.zip" download="§d§Toxica16x §6[Eaglercraft]"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 125%;'>file_download</span> Download</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset;">XLEXXD v3 16x <br><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px;" href="packs/! §bxlexxd v3 §8[§f16x§8].zip" download="§3XLEXXD v3 16x §6[Eaglercraft]"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 125%;'>file_download</span> Download</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset;">Dynamic Duo 32x <br><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px;" href="packs/! §bDynamic §7Duo §8Revamp §8[§732x§8].zip" download="§2§lDynamic Duo §6[Eaglercraft]"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 125%;'>file_download</span> Download</a></button><br>
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset;">Nebula 32x <br><br><a class="play-hover" style="text-decoration: none; color: white; border-radius: 0px; background-color: #008000; padding-top: 10px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px;" href="packs/! §bnebu§3l§ba §8[§f32§5x§8].zip" download="§5Nebula 32x §6[Eaglercraft]"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 125%;'>file_download</span> Download</a></button><br>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
<div class="container">
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset">
|
||||
Blue 128x <br /><br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
"
|
||||
href="packs/! §9Blue §7Revamp §8§f128x§8.zip"
|
||||
download="§3§lBlue 128x §6[Eaglercraft]"
|
||||
><span
|
||||
class="material-icons-round"
|
||||
style="vertical-align: -3.5px; scale: 125%"
|
||||
>file_download</span
|
||||
> Download</a
|
||||
></button
|
||||
><br />
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset">
|
||||
Nebula 16x <br /><br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
"
|
||||
href="packs/! §bnebu§3l§ba §8[§f16§5x§8].zip"
|
||||
download="§5§lNebula 16x §6[Eaglercraft]"
|
||||
><span
|
||||
class="material-icons-round"
|
||||
style="vertical-align: -3.5px; scale: 125%"
|
||||
>file_download</span
|
||||
> Download</a
|
||||
></button
|
||||
><br />
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset">
|
||||
Nicofruit 16x <br /><br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
"
|
||||
href="packs/! §bNico§3Fruit §f[16x] (1).zip"
|
||||
download="§3§lNicoFruit 16x §6[Eaglercraft]"
|
||||
><span
|
||||
class="material-icons-round"
|
||||
style="vertical-align: -3.5px; scale: 125%"
|
||||
>file_download</span
|
||||
> Download</a
|
||||
></button
|
||||
><br />
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset">
|
||||
Bombie's 180k 16x <br /><br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
"
|
||||
href="packs/! §b§lBombies §8[§f180k§8].zip"
|
||||
download="§2§lBombie's 180k 16x §6[Eaglercraft]"
|
||||
><span
|
||||
class="material-icons-round"
|
||||
style="vertical-align: -3.5px; scale: 125%"
|
||||
>file_download</span
|
||||
> Download</a
|
||||
></button
|
||||
><br />
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset">
|
||||
Lunar 16x <br /><br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
"
|
||||
href="packs/! Lunar [§816x§f].zip"
|
||||
download="§lLunar 16x §6[Eaglercraft]"
|
||||
><span
|
||||
class="material-icons-round"
|
||||
style="vertical-align: -3.5px; scale: 125%"
|
||||
>file_download</span
|
||||
> Download</a
|
||||
></button
|
||||
><br />
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset">
|
||||
Fatcat 16x <br /><br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
"
|
||||
href="packs/! §bfat cat §f[§b16§7x§f].zip"
|
||||
download="§3§NicoFruit 16x §6[Eaglercraft]"
|
||||
><span
|
||||
class="material-icons-round"
|
||||
style="vertical-align: -3.5px; scale: 125%"
|
||||
>file_download</span
|
||||
> Download</a
|
||||
></button
|
||||
><br />
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset">
|
||||
Toxica 16x <br /><br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
"
|
||||
href="packs/! §5tóxica §816x.zip"
|
||||
download="§d§Toxica16x §6[Eaglercraft]"
|
||||
><span
|
||||
class="material-icons-round"
|
||||
style="vertical-align: -3.5px; scale: 125%"
|
||||
>file_download</span
|
||||
> Download</a
|
||||
></button
|
||||
><br />
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset">
|
||||
XLEXXD v3 16x <br /><br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
"
|
||||
href="packs/! §bxlexxd v3 §8[§f16x§8].zip"
|
||||
download="§3XLEXXD v3 16x §6[Eaglercraft]"
|
||||
><span
|
||||
class="material-icons-round"
|
||||
style="vertical-align: -3.5px; scale: 125%"
|
||||
>file_download</span
|
||||
> Download</a
|
||||
></button
|
||||
><br />
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset">
|
||||
Dynamic Duo 32x <br /><br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
"
|
||||
href="packs/! §bDynamic §7Duo §8Revamp §8[§732x§8].zip"
|
||||
download="§2§lDynamic Duo §6[Eaglercraft]"
|
||||
><span
|
||||
class="material-icons-round"
|
||||
style="vertical-align: -3.5px; scale: 125%"
|
||||
>file_download</span
|
||||
> Download</a
|
||||
></button
|
||||
><br />
|
||||
<button class="button" style="height: 200px; margin: 15px; cursor: unset">
|
||||
Nebula 32x <br /><br /><a
|
||||
class="play-hover"
|
||||
style="
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 0px;
|
||||
background-color: #008000;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
"
|
||||
href="packs/! §bnebu§3l§ba §8[§f32§5x§8].zip"
|
||||
download="§5Nebula 32x §6[Eaglercraft]"
|
||||
><span
|
||||
class="material-icons-round"
|
||||
style="vertical-align: -3.5px; scale: 125%"
|
||||
>file_download</span
|
||||
> Download</a
|
||||
></button
|
||||
><br />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
</ul>
|
||||
|
||||
<h1 align="center" style="font-size: 54px; margin-bottom: -10px; text-decoration: none">1.8 Servers</h1>
|
||||
<p align="center">Have fun! Thanks mcstatus.io for updating statuses. <br> <p align="center" style="font-size: 18px; font-weight: 500;"><span style="color: #008000; font-weight: bold;">NOTE FROM LAX1DUDE! </span>Using voicechat can leak your IP because of WebRTC issues!</p>
|
||||
<p align="center">Have fun! Thanks mcstatus.io for updating statuses. <br> <p align="center" style="font-size: 18px; font-weight: 500;">Using voicechat can leak your IP because of WebRTC issues!</p>
|
||||
|
||||
<br><br>
|
||||
|
||||
|
|
|
|||
17
skins.html
17
skins.html
|
|
@ -32,7 +32,11 @@
|
|||
<li><a href="worlds.html">Worlds</a></li>
|
||||
<li><a href="packs.html">Resource Packs</a></li>
|
||||
<li><a href="servers.html">Servers</a></li>
|
||||
<li><a href="skins.html" class="active" style="background-color: gray;">Skins</a></li>
|
||||
<li>
|
||||
<a href="skins.html" class="active" style="background-color: gray"
|
||||
>Skins</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="mc quick guide/index.html" target="_blank">Quick Guide</a>
|
||||
</li>
|
||||
|
|
@ -40,8 +44,15 @@
|
|||
|
||||
<br /><br />
|
||||
|
||||
<center style="position: fixed; top: 50%; left: 50%; transform: translate(-50%, 150%);">
|
||||
<h1 style="font-size: xxx-large;">Under Construction</h1>
|
||||
<center
|
||||
style="
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 150%);
|
||||
"
|
||||
>
|
||||
<h1 style="font-size: xxx-large">Under Construction</h1>
|
||||
<p>This page is currently being worked on.</p>
|
||||
</center>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -45,8 +45,9 @@
|
|||
Worlds
|
||||
</h1>
|
||||
<p align="center" style="font-family: font">
|
||||
Made by the team. <br> <b>NOTE:</b> If the file is a .zip, click Create New World,
|
||||
then do Import Vanilla. If the world is a .epk file, use Load EPK
|
||||
Made by the team. <br />
|
||||
<b>NOTE:</b> If the file is a .zip, click Create New World, then do Import
|
||||
Vanilla. If the world is a .epk file, use Load EPK
|
||||
</p>
|
||||
|
||||
<div class="container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue