Update index.html

Finally the day has come!
This commit is contained in:
Jasper Quartarolo 2024-10-08 20:03:08 -07:00 committed by GitHub
parent 2aa5633676
commit 9f09c6cb44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Eaglercraft Web Clients Site"> <meta name="description" content="Eaglercraft Web Clients Site">
@ -13,139 +12,177 @@
<link rel="stylesheet" href="css/searchbar.css"> <link rel="stylesheet" href="css/searchbar.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/eruda"></script> <script src="https://cdn.jsdelivr.net/npm/eruda"></script>
<script src="js/ga4.js"></script> <!-- if you put the ga4 script in ANY other file, put a "/" before "js" --> <style type="text/css">
.eruda-search-highlight-block {
display: inline
}
.eruda-search-highlight-block .eruda-keyword {
background: #fffbe5;
color: #5c5c00
}
</style>
<script src="js/ga4.js"></script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-C44R8LD9MC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-C44R8LD9MC');
</script>
<!-- if you put the ga4 script in ANY other file, put a "/" before "js" -->
<script src="js/darkmoderewrite.js"></script> <script src="js/darkmoderewrite.js"></script>
</head>
</head> <body style="background-color: rgb(241, 241, 241); color: black;">
<h1 style="color: black;">Welcome to EaglerCraftX</h1>
<body>
<h1>Welcome to EaglerCraftX</h1 class="title">
<label for="darkModeCheckbox">Dark Mode Checkbox</label> <label for="darkModeCheckbox">Dark Mode Checkbox</label>
<input type="checkbox" id="darkModeCheckbox"> <input type="checkbox" id="darkModeCheckbox">
<p style="color: black;">Site views counter:</p>
<div align="center">
<p>Site views counter:</p> <a>
<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> <img src="https://www.free-website-hit-counter.com/c.php?d=9&amp;id=177632&amp;s=16" border="0" alt="View Counter">
<p>These clients might be outdated.</p> </a>
<p>Please give our github repository a star if you like this site (link at the bottom)</p> </div>
<p>Server List and Mod List also at the bottom if you need it.</p> <p style="color: black;">These clients might be outdated.</p>
<p>Have any questions, bug reports or suggestions? Join our Discord server by pressing the button below!</p> <p style="color: black;">Please give our github repository a star if you like this site (link at the bottom)</p>
<p style="color: black;">Server List and Mod List also at the bottom if you need it.</p>
<p style="color: black;">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> <a href="https://discord.gg/czV7M8JXXM" class="dsc-btn" target="_blank">Discord Server</a>
<p>Scroll down to the bottom for buttons/links.</p> <p style="color: black;">Scroll down to the bottom for buttons/links.</p>
<h2 class="pick-client" style="color: black;">Pick a Client:</h2>
<h2 class="pick-client">Pick a Client:</h2>
<label for="mobileCheckbox">Mobile Checkbox</label> <label for="mobileCheckbox">Mobile Checkbox</label>
<input type="checkbox" id="mobileCheckbox"> <input type="checkbox" id="mobileCheckbox">
<div class="search-container"> <div class="search-container">
<input type="text" id="search-bar" placeholder="Search Clients..."> <input type="text" id="search-bar" placeholder="Search Clients...">
</div> </div>
<!-- Version 1.9 Section --> <!-- Version 1.9 Section -->
<div id="desktopVersion19"> <div id="desktopVersion19">
<p class="version-text">Version 1.9</p> <p class="version-text" style="color: black;">Version 1.9</p>
<div class="Container19"> <div class="Container19">
<a class="version-link filter-button" href="./eagler-files/1.9/EaglercraftL_1.9.html"><button>Main 1.9 Client</button></a> <a class="version-link filter-button" href="./eagler-files/1.9/EaglercraftL_1.9.html">
</div> <button style="background-color: rgb(76, 175, 80);">Main 1.9 Client</button>
</a>
</div>
</div> </div>
<div id="mobileVersion19" style="display: none;"> <div id="mobileVersion19" style="display: none;">
<p class="version-text">Version 1.9 - Mobile</p> <p class="version-text" style="color: black;">Version 1.9 - Mobile</p>
<div class="mobileContainer19"></div> <div class="mobileContainer19"></div>
<a class="version-link filter-button mobile19" href="./eagler-files/mobile/1.9/EaglerMobile/EaglercraftL_1.9.html"><button>EaglerMobile 1.9</button></a> <a class="version-link filter-button mobile19" href="./eagler-files/mobile/1.9/EaglerMobile/EaglercraftL_1.9.html">
<a class="version-link filter-button mobile19" href="./eagler-files/mobile/1.9/EaglerPocketMobile/EaglercraftL_1.9.html"><button>EaglerPocketMobile 1.9</button></a> <button style="background-color: rgb(76, 175, 80);">EaglerMobile 1.9</button>
</div> </a>
<a class="version-link filter-button mobile19" href="./eagler-files/mobile/1.9/EaglerPocketMobile/EaglercraftL_1.9.html">
<button style="background-color: rgb(76, 175, 80);">EaglerPocketMobile 1.9</button>
</a>
</div> </div>
<!-- Version 1.8 Section --> <!-- Version 1.8 Section -->
<div id="desktopVersion18"> <div id="desktopVersion18">
<p class="version-text">Version 1.8</p> <p class="version-text" style="color: black;">Version 1.8</p>
<div class="Container18"> <div class="Container18">
<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/Main/index.html">
<a class="version-link filter-button" href="./eagler-files/1.8/resent4.0/index.html"><button>Resent 4.0 Client</button></a> <button style="background-color: rgb(76, 175, 80);">Main 1.8 Client</button>
<a class="version-link filter-button" href="./eagler-files/1.8/Shadow/index.html"><button>Shadow 4.0 Client</button></a> </a>
<a class="version-link filter-button" href="./eagler-files/1.8/Astra_Client.html"><button>Astra Client</button></a> <a class="version-link filter-button" href="./eagler-files/1.8/resent4.0/index.html">
<a class="version-link filter-button" href="./eagler-files/1.8/EaglerForge/index.html"><button>EaglerForge</button></a> <button style="background-color: rgb(76, 175, 80);">Resent 4.0 Client</button>
</div> </a>
<a class="version-link filter-button" href="./eagler-files/1.8/Shadow/index.html">
<button style="background-color: rgb(76, 175, 80);">Shadow 4.0 Client</button>
</a>
<a class="version-link filter-button" href="./eagler-files/1.8/Astra_Client.html">
<button style="background-color: rgb(76, 175, 80);">Astra Client</button>
</a>
<a class="version-link filter-button" href="./eagler-files/1.8/EaglerForge/index.html">
<button style="background-color: rgb(76, 175, 80);">EaglerForge</button>
</a>
</div>
</div> </div>
<div id="mobileVersion18" style="display: none;"> <div id="mobileVersion18" style="display: none;">
<p class="version-text">Version 1.8 - Mobile</p> <p class="version-text" style="color: black;">Version 1.8 - Mobile</p>
<div class="mobileContainer18"> <div class="mobileContainer18">
<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/EaglerMobile/index.html">
<a class="version-link filter-button mobile18" href="./eagler-files/mobile/1.8/EaglerPocketMobile/index.html"><button>EaglerPocketMobile 1.8</button></a> <button style="background-color: rgb(76, 175, 80);">EaglerMobile 1.8</button>
</div> </a>
<a class="version-link filter-button mobile18" href="./eagler-files/mobile/1.8/EaglerPocketMobile/index.html">
<button style="background-color: rgb(76, 175, 80);">EaglerPocketMobile 1.8</button>
</a>
</div>
</div> </div>
<!-- Version 1.5.2 Section --> <!-- Version 1.5.2 Section -->
<div id="desktopVersion152"> <div id="desktopVersion152">
<p class="version-text">Version 1.5.2</p> <p class="version-text" style="color: black;">Version 1.5.2</p>
<div class="Container15"> <div class="Container15">
<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/main/index.html">
<a class="version-link filter-button" href="./eagler-files/1.5.2/PrecisionBeta.html"><button>Precision Beta Client</button></a> <button style="background-color: rgb(76, 175, 80);">Main 1.5.2 Client</button>
<a class="version-link filter-button" href="./eagler-files/1.5.2/precisionbeta2/index.html"><button>Precision Beta 2 Client</button></a> </a>
</div> <a class="version-link filter-button" href="./eagler-files/1.5.2/PrecisionBeta.html">
<button style="background-color: rgb(76, 175, 80);">Precision Beta Client</button>
</a>
<a class="version-link filter-button" href="./eagler-files/1.5.2/precisionbeta2/index.html">
<button style="background-color: rgb(76, 175, 80);">Precision Beta 2 Client</button>
</a>
</div>
</div> </div>
<div id="mobileVersion152" style="display: none;"> <div id="mobileVersion152" style="display: none;">
<p class="version-text">Version 1.5.2 - Mobile</p> <p class="version-text" style="color: black;">Version 1.5.2 - Mobile</p>
<div class="mobileContainer15"> <div class="mobileContainer15">
<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/EaglerMobile/index.html">
<a class="version-link filter-button" href="./eagler-files/mobile/1.5.2/EaglerPocketMobile/index.html"><button>EaglerPocketMobile 1.5.2</button></a> <button style="background-color: rgb(76, 175, 80);">EaglerMobile 1.5.2</button>
</div> </a>
<a class="version-link filter-button" href="./eagler-files/mobile/1.5.2/EaglerPocketMobile/index.html">
<button style="background-color: rgb(76, 175, 80);">EaglerPocketMobile 1.5.2</button>
</a>
</div>
</div> </div>
<h3>DANGER ZONE</h3> <h3>DANGER ZONE</h3>
<a onclick="openClrModal();" class="clr-btn">Reset All Local Data</a> <a onclick="openClrModal();" class="clr-btn">Reset All Local Data</a>
<a onclick="eruda.init();"><button>Devtools</button></a> <a onclick="eruda.init();">
<button style="background-color: rgb(76, 175, 80);">Devtools</button>
</a>
<div id="clr-data-model" class="modal"> <div id="clr-data-model" class="modal">
<div class="modal-content"> <div class="modal-content">
<h2>DANGER ZONE</h2> <h2>DANGER ZONE</h2>
<p>Are you sure you want to clear all your local data</p> <p style="color: black;">Are you sure you want to clear all your local data</p>
<button onclick="localStorage.clear(); location.reload();">Yes</button> <button onclick="localStorage.clear(); location.reload();" style="background-color: rgb(76, 175, 80);">Yes</button>
<button class="cancel-btn" onclick="closeClrModal()">Cancel</button> <button class="cancel-btn" onclick="closeClrModal()" style="background-color: rgb(76, 175, 80);">Cancel</button>
</div> </div>
</div>
</div> </div>
<script src="js/mobilecheck.js"></script> <script src="js/mobilecheck.js"></script>
<script src="js/searchbar.js"></script> <script src="js/searchbar.js"></script>
<div class="footer" style="background-color: rgb(221, 221, 221);">
<div class="footer"> <p>Have Eaglercraft blocked? Use <a href="https://comet.command.enterprises" style="cursor:pointer" target="_blank">Comet</a>! </p>
<p>I am not affiliated with EaglerCraft, Eagtek, Microsoft, or Mojang. I solely host these sites.</p> <p style="color: black;">I am not affiliated with EaglerCraft, Eagtek, Microsoft, or Mojang. I solely host these sites.</p>
<p>By using this site you agree to Google Analytics being used on this site</p> <p style="color: black;">By using this site you agree to Google Analytics being used on this site</p>
<a href="https://github.com/eaglercraftx1-8/eaglercraftx1-8.github.io" class="source-btn" target="_blank">Github Repository</a> <a href="https://github.com/eaglercraftx1-8/eaglercraftx1-8.github.io" class="source-btn" target="_blank" style="background-color: rgb(51, 51, 51);">Github Repository</a>
<a href="https://discord.gg/czV7M8JXXM" class="dsc-btn" target="_blank">Discord Server</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://servers.eaglercraft.com/" target="_blank">
<a href="https://eaglerrinth.github.io/" target="_blank"><button>EaglerRinth Mod List</button></a> <button style="background-color: rgb(76, 175, 80);">Server List</button>
</a>
<a href="https://eaglerrinth.github.io/" target="_blank">
<button style="background-color: rgb(76, 175, 80);">EaglerRinth Mod List</button>
</a>
</div> </div>
</body> <div id="joinModal" class="modal" style="display: none;">
<div class="modal-content">
<div id="joinModal" class="modal">
<div class="modal-content">
<h2>Join Our Discord Server!</h2> <h2>Join Our Discord Server!</h2>
<p>Join for voting, bug reports, suggestions, help, etc.</p> <p style="color: black;">Join for voting, bug reports, suggestions, help, etc.</p>
<button onclick="openCopyModal()">Yes</button> <button onclick="openCopyModal()" style="background-color: rgb(76, 175, 80);">Yes</button>
<button class="cancel-btn" onclick="closeModal()">Cancel</button> <button class="cancel-btn" onclick="closeModal()" style="background-color: rgb(76, 175, 80);">Cancel</button>
<div style="margin-top: 20px;"> <div style="margin-top: 20px;">
<input type="checkbox" id="dontShowCheckbox"> <input type="checkbox" id="dontShowCheckbox">
<label for="dontShowCheckbox">Don't show again</label> <label for="dontShowCheckbox">Don't show again</label>
</div> </div>
</div>
</div> </div>
</div> <div id="copyModal" class="modal" style="display: none;">
<div class="modal-content">
<div id="copyModal" class="modal">
<div class="modal-content">
<h2>Copy Discord Link</h2> <h2>Copy Discord Link</h2>
<p class="copy-link" id="discordLink">https://discord.gg/czV7M8JXXM</p> <p class="copy-link" id="discordLink" style="color: black;">https://discord.gg/czV7M8JXXM</p>
<button class="copy-btn" onclick="copyLink()">Copy Link</button> <button class="copy-btn" onclick="copyLink()" style="background-color: rgb(76, 175, 80);">Copy Link</button>
<button class="cancel-btn" onclick="closeModal()">Close</button> <button class="cancel-btn" onclick="closeModal()" style="background-color: rgb(76, 175, 80);">Close</button>
</div>
</div> </div>
</div> <script src="js/popup.js"></script>
</body>
<script src="js/popup.js"></script>
</html> </html>