mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
.
This commit is contained in:
parent
7ea56cb254
commit
0007edc5ae
@ -19,7 +19,7 @@
|
||||
<body>
|
||||
<div class="launcher">
|
||||
<div class="title-bar">
|
||||
<span>MineXLauncher 1.1</span>
|
||||
<span>MineXLauncher 1.2</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="sidebar">
|
||||
|
35594
public/game/offline/hack-clients/demonclient/index.html
Normal file
35594
public/game/offline/hack-clients/demonclient/index.html
Normal file
File diff suppressed because one or more lines are too long
35594
public/game/offline/hack-clients/dragonx/index.html
Normal file
35594
public/game/offline/hack-clients/dragonx/index.html
Normal file
File diff suppressed because one or more lines are too long
31933
public/game/offline/hack-clients/piclient/index.html
Normal file
31933
public/game/offline/hack-clients/piclient/index.html
Normal file
File diff suppressed because one or more lines are too long
13304
public/game/offline/main/1.2.5/index.html
Normal file
13304
public/game/offline/main/1.2.5/index.html
Normal file
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@ -19,7 +19,7 @@
|
||||
<body>
|
||||
<div class="launcher">
|
||||
<div class="title-bar">
|
||||
<span>MineXLauncher 1.1</span>
|
||||
<span>MineXLauncher 1.2</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="sidebar">
|
||||
|
@ -19,7 +19,7 @@
|
||||
<body>
|
||||
<div class="launcher">
|
||||
<div class="title-bar">
|
||||
<span>MineXLauncher 1.1</span>
|
||||
<span>MineXLauncher 1.2</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="sidebar">
|
||||
@ -66,6 +66,10 @@
|
||||
<span class="custom-select-trigger">Select a client</span>
|
||||
</div>
|
||||
<div class="custom-options">
|
||||
<div class="custom-option" onclick="game.select('/game/web/clients/eaglerforge/', 'EaglerForge')">
|
||||
<img src="/resources/images/icons/clients/eaglerforge.png" />
|
||||
<span>EaglerForge</span>
|
||||
</div>
|
||||
<div class="custom-option" onclick="game.select('/game/web/clients/resent/', 'Resent Client')">
|
||||
<img src="/resources/images/icons/clients/resent.png" />
|
||||
<span>Resent Client</span>
|
||||
@ -74,6 +78,18 @@
|
||||
<img src="/resources/images/icons/clients/shadow.png" />
|
||||
<span>Shadow Client</span>
|
||||
</div>
|
||||
<div class="custom-option" onclick="game.select('/game/offline/hack-clients/dragonx/', 'DragonX V3 (Hacked)')">
|
||||
<img src="/resources/images/icons/clients/all.png" />
|
||||
<span>DragonX V3 (Hacked)</span>
|
||||
</div>
|
||||
<div class="custom-option" onclick="game.select('/game/offline/hack-clients/demonclient/', 'Demon Client (Hacked)')">
|
||||
<img src="/resources/images/icons/clients/all.png" />
|
||||
<span>Demon Client (Hacked)</span>
|
||||
</div>
|
||||
<div class="custom-option" onclick="game.select('/game/offline/hack-clients/piclient/', 'PiClient (Hacked)')">
|
||||
<img src="/resources/images/icons/clients/all.png" />
|
||||
<span>PiClient (Hacked)</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="play-button" onclick="game.play()">Play</button>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<body>
|
||||
<div class="launcher">
|
||||
<div class="title-bar">
|
||||
<span>MineXLauncher 1.1</span>
|
||||
<span>MineXLauncher 1.2</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="sidebar">
|
||||
@ -60,7 +60,7 @@
|
||||
</div>
|
||||
<div class="main-content">
|
||||
<div class="downloads">
|
||||
<h3>Page rework is coming, please excuse the ugliness</h3>
|
||||
<h3>Downloads:</h3>
|
||||
<a class="download-link" href="/game/offline/main/1.9.4/index.html" download="EaglerL_1.9_Offline.html">1.9.4</a>
|
||||
<a class="download-link" href="/game/offline/main/1.8.8/index.html" download="EaglerX_1.8_Offline.html">1.8.8</a>
|
||||
<a class="download-link" href="/game/offline/main/1.5.2/index.html" download="Eagler_1.5_Offline.html">1.5.2</a>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<body>
|
||||
<div class="launcher">
|
||||
<div class="title-bar">
|
||||
<span>MineXLauncher 1.1</span>
|
||||
<span>MineXLauncher 1.2</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="sidebar">
|
||||
@ -59,7 +59,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="main-content">
|
||||
<img src="/resources/images/covers/mc.png" class="cover-image" />
|
||||
<img src="/resources/images/covers/minecraft.png" class="cover-image" />
|
||||
<div class="installations">
|
||||
<div class="custom-select-wrapper">
|
||||
<div id="custom-select" class="custom-select" onclick="versionSelector.toggle()">
|
||||
@ -78,6 +78,10 @@
|
||||
<img src="/resources/images/icons/clients/all.png" />
|
||||
<span>1.5.2</span>
|
||||
</div>
|
||||
<div class="custom-option" onclick="game.select('/game/web/offline/1.2.5/', '1.2.5')">
|
||||
<img src="/resources/images/icons/clients/all.png" />
|
||||
<span>1.2.5</span>
|
||||
</div>
|
||||
<div class="custom-option" onclick="game.select('/game/web/main/b1.7.3/', 'Beta 1.7.3')">
|
||||
<img src="/resources/images/icons/clients/all.png" />
|
||||
<span>Beta 1.7.3</span>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<link rel="icon" type="image/x-icon" href="/resources/images/icons/favicon.png" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="Custom launcher for Eaglercraft, which contains many versions and clients." />
|
||||
<meta name="keywords" content="minex, minexlauncher, launcher, minecraft, eaglercraft, eaglercraftx, eaglercraftl, eagler, eaglerx, eaglerl, download, unblocked, 1.5.2, 1.5, 1.8, 1.8.8, 1.9, 1.9.4, 1.12, 1.3, 1.7.3, b1.3, b1.7.3, alpha, beta, a1.2.6, resent, shadow, client, resent client, shadow client, cracked, cracked minecraft" />
|
||||
<meta name="keywords" content="minex, minexlauncher, launcher, custom launcher, modded minecraft, modded, minecraft, minecraft eaglercraft, eaglercraft, eaglercraftx, eaglercraftl, eagler, eaglerx, eaglerl, download, unblocked, minecraft versions, 1.2.5, 1.5.2, 1.5, 1.8, 1.8.8, 1.9, 1.9.4, 1.12, 1.3, 1.7.3, b1.3, b1.7.3, alpha, alpha 1.2.6, beta, beta 1.3, beta 1.7.3, a1.2.6, resent, shadow, client, resent client, shadow client, cracked, crack, cracked minecraft, hack, hacked, hacks, hacked client, hack client, free minecraft, pvp, minecraft download, offline, online, web, host, hosted, servers, multiplayer, custom launcher, skins, packs, textures, resource, mods, mod, mod download, pack download, texture download, texture pack download, fps, high fps, better fps, high fps, speed, fast, faster, lag, laggy, no lag, eaglerforge, forge, javascript, hack launcher, exploits, cheats, grief, griefing, mine" />
|
||||
<meta property="og:locale" content="en-US" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="MineXLauncher" />
|
||||
|
@ -19,7 +19,7 @@
|
||||
<body>
|
||||
<div class="launcher">
|
||||
<div class="title-bar">
|
||||
<span>MineXLauncher 1.1</span>
|
||||
<span>MineXLauncher 1.2</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="sidebar">
|
||||
@ -38,7 +38,7 @@
|
||||
<span class="game-title">Mobile</span>
|
||||
</div>
|
||||
<div class="main-content">
|
||||
<img src="/resources/images/covers/mc.png" class="cover-image" />
|
||||
<img src="/resources/images/covers/minecraft.png" class="cover-image" />
|
||||
<div class="installations">
|
||||
<button class="play-button" onclick="game.play('/game/web/mobile/eaglerpocketmobile-1.8.8/')">Play</button>
|
||||
<button class="play-button" href="/game/offline/mobile/eaglerpocketmobile-1.8.8/index.html" download="EaglerPocketMobile_Offline.html">Download Offline</button>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<body>
|
||||
<div class="launcher">
|
||||
<div class="title-bar">
|
||||
<span>MineXLauncher 1.1</span>
|
||||
<span>MineXLauncher 1.2</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="sidebar">
|
||||
|
@ -20,7 +20,7 @@
|
||||
<body>
|
||||
<div class="launcher">
|
||||
<div class="title-bar">
|
||||
<span>MineXLauncher 1.1</span>
|
||||
<span>MineXLauncher 1.2</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="sidebar">
|
||||
|
@ -20,7 +20,7 @@
|
||||
<body>
|
||||
<div class="launcher">
|
||||
<div class="title-bar">
|
||||
<span>MineXLauncher 1.1</span>
|
||||
<span>MineXLauncher 1.2</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="sidebar">
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 365 KiB |
BIN
public/resources/images/covers/minecraft.png
Normal file
BIN
public/resources/images/covers/minecraft.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
@ -140,7 +140,7 @@ nav {
|
||||
background-color: #202020;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
overflow-y: hidden;
|
||||
overflow: auto;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #555 #333;
|
||||
}
|
||||
@ -350,7 +350,6 @@ nav {
|
||||
flex: 1;
|
||||
padding: 20px;
|
||||
text-align: left;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.news-item li {
|
||||
@ -382,10 +381,10 @@ nav {
|
||||
}
|
||||
|
||||
.downloads {
|
||||
margin-top: 20px;
|
||||
padding: 25px;
|
||||
padding-top: 5px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.download-link {
|
||||
@ -465,25 +464,12 @@ select:focus {
|
||||
box-shadow: 0 0 5px 2px #00cc00;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
background-color: #1f1f1f;
|
||||
color: #e0e0e0;
|
||||
overflow-x: auto;
|
||||
overflow-y: auto;
|
||||
max-height: 600px;
|
||||
}
|
||||
|
||||
.mod-list {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 10px;
|
||||
overflow-y: auto;
|
||||
max-height: 100%;
|
||||
padding: 10px;
|
||||
overflow-x: auto;
|
||||
text-align: center;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #555 #333;
|
||||
|
@ -19,7 +19,7 @@
|
||||
<body>
|
||||
<div class="launcher">
|
||||
<div class="title-bar">
|
||||
<span>MineXLauncher 1.1</span>
|
||||
<span>MineXLauncher 1.2</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="sidebar">
|
||||
|
@ -19,7 +19,7 @@
|
||||
<body>
|
||||
<div class="launcher">
|
||||
<div class="title-bar">
|
||||
<span>MineXLauncher 1.1</span>
|
||||
<span>MineXLauncher 1.2</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="sidebar">
|
||||
|
@ -19,7 +19,7 @@
|
||||
<body>
|
||||
<div class="launcher">
|
||||
<div class="title-bar">
|
||||
<span>MineXLauncher 1.1</span>
|
||||
<span>MineXLauncher 1.2</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="sidebar">
|
||||
@ -55,6 +55,12 @@
|
||||
</div>
|
||||
<div class="main-content">
|
||||
<div class="news-item">
|
||||
<strong>MineXLauncher 1.2</strong>
|
||||
<li>Added hacked clients</li>
|
||||
<li>Added Eaglercraft 1.2.5</li>
|
||||
<li>Added more mods and resource packs</li>
|
||||
<li>Fix mobile site not working</li>
|
||||
<br />
|
||||
<strong>MineXLauncher 1.1</strong>
|
||||
<li>Temporary workaround for keyboard not working in the game</li>
|
||||
<li>Moved most images and assets to this websites in case they are blocked</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user