120 lines
5.6 KiB
HTML
120 lines
5.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>EaglerCraftX</title>
|
|
<link rel="icon" type="image/x-icon" href="images/icon.jpeg">
|
|
<link rel="stylesheet" href="css/index.css">
|
|
<link rel="stylesheet" href="css/popup.css">
|
|
<link rel="stylesheet" href="css/searchbar.css">
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Welcome to EaglerCraftX</h1 class="title">
|
|
|
|
<p>Site views counter:</p>
|
|
<div align='center'><a><img src='https://www.free-website-hit-counter.com/c.php?d=9&id=177632&s=16' border='0' alt='View Counter'></a></div>
|
|
<p>These clients might be outdated.</p>
|
|
<p>Have any questions, bug reports or suggestions? Join our Discord server by pressing the button below!</p>
|
|
<a href="https://discord.gg/czV7M8JXXM" class="dsc-btn" target="_blank">Discord Server</a>
|
|
<p>Scroll down to the bottom for buttons/links.</p>
|
|
|
|
<h2 class="pick-client">Pick a Client:</h2>
|
|
|
|
<label for="mobileCheckbox">Mobile Checkbox</label>
|
|
<input type="checkbox" id="mobileCheckbox">
|
|
<div class="search-container">
|
|
<input type="text" id="search-bar" placeholder="Search Clients...">
|
|
</div>
|
|
|
|
<!-- Version 1.8 Section -->
|
|
<div id="desktopVersion18">
|
|
<p class="version-text">Version 1.8</p>
|
|
<div id="18Container">
|
|
<a class="version-link filter-button" href="./eagler-files/1.8/main/index.html"><button>Main 1.8 Client</button></a>
|
|
<a class="version-link filter-button" href="./eagler-files/1.8/resent4.0/index.html"><button>Resent 4.0 Client <img src="images/Recomended.png" alt="Recommended" class="recommended"></button></a>
|
|
<a class="version-link filter-button" href="./eagler-files/1.8/ShadowClient.html"><button>Shadow Client</button></a>
|
|
<a class="version-link filter-button" href="./eagler-files/1.8/EaglerForge/index.html"><button>EaglerForge [MODS!]</button></a>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="mobileVersion18" style="display: none;">
|
|
<p class="version-text">Version 1.8 - Mobile</p>
|
|
<div id="18mobileContainer">
|
|
<a class="version-link filter-button mobile18" href="./eagler-files/mobile/1.8/EaglerMobile/index.html"><button>EaglerMobile 1.8</button></a>
|
|
<a class="version-link filter-button mobile18" href="./eagler-files/mobile/1.8/EaglerPocketMobile/index.html"><button>EaglerPocketMobile 1.8</button></a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Version 1.5.2 Section -->
|
|
<div id="desktopVersion152">
|
|
<p class="version-text">Version 1.5.2</p>
|
|
<div id="15Container">
|
|
<a class="version-link filter-button" href="./eagler-files/1.5.2/main/index.html"><button>Main 1.5.2 Client</button></a>
|
|
<a class="version-link filter-button" href="./eagler-files/1.5.2/PrecisionBeta.html"><button>Precision Beta Client</button></a>
|
|
<a class="version-link filter-button" href="./eagler-files/1.5.2/precisionbeta2/index.html"><button>Precision Beta 2</button></a>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="mobileVersion152" style="display: none;">
|
|
<p class="version-text">Version 1.5.2 - Mobile</p>
|
|
<div id="15mobileContainer">
|
|
<a class="version-link filter-button" href="./eagler-files/mobile/1.5.2/EaglerMobile/index.html"><button>EaglerMobile 1.5.2</button></a>
|
|
<a class="version-link filter-button" href="./eagler-files/mobile/1.5.2/EaglerPocketMobile/index.html"><button>EaglerPocketMobile 1.5.2</button></a>
|
|
</div>
|
|
</div>
|
|
|
|
<h3>DANGER ZONE</h3>
|
|
<a onclick="openClrModal();" class="clr-btn">Reset All Local Data</a>
|
|
|
|
<div id="clr-data-model" class="modal">
|
|
<div class="modal-content">
|
|
<h2>DANGER ZONE</h2>
|
|
<p>Are you sure you want to clear all your local data</p>
|
|
<button onclick="localStorage.clear(); location.reload();">Yes</button>
|
|
<button class="cancel-btn" onclick="closeClrModal()">Cancel</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<script src="js/mobilecheck.js"></script>
|
|
<script src="js/searchbar.js"></script>
|
|
|
|
<div class="footer">
|
|
<p>I am not affiliated with EaglerCraft, Eagtek, Microsoft, or Mojang. I solely host these sites.</p>
|
|
<a href="https://github.com/eaglercraftx1-8/eaglercraftx1-8.github.io" class="source-btn" target="_blank">Github Repository</a>
|
|
<a href="https://discord.gg/czV7M8JXXM" class="dsc-btn" target="_blank">Discord Server</a>
|
|
<a href="https://servers.eaglercraft.com/" target="_blank"><button>Server List</button></a>
|
|
<a href="https://eaglerrinth.github.io/" target="_blank"><button>EaglerRinth Mod List</button></a>
|
|
</div>
|
|
</body>
|
|
|
|
<div id="joinModal" class="modal">
|
|
<div class="modal-content">
|
|
<h2>Join Our Discord Server!</h2>
|
|
<p>Join for voting, bug reports, suggestions, help, etc.</p>
|
|
<button onclick="openCopyModal()">Yes</button>
|
|
<button class="cancel-btn" onclick="closeModal()">Cancel</button>
|
|
<div style="margin-top: 20px;">
|
|
<input type="checkbox" id="dontShowCheckbox">
|
|
<label for="dontShowCheckbox">Don't show again</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="copyModal" class="modal">
|
|
<div class="modal-content">
|
|
<h2>Copy Discord Link</h2>
|
|
<p class="copy-link" id="discordLink">https://discord.gg/czV7M8JXXM</p>
|
|
<button class="copy-btn" onclick="copyLink()">Copy Link</button>
|
|
<button class="cancel-btn" onclick="closeModal()">Close</button>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="js/popup.js"></script>
|
|
|
|
</html> |