mirror of
https://github.com/OxyZin/LegacyConsoleLauncher.git
synced 2026-07-16 04:11:26 +00:00
105 lines
2.7 KiB
HTML
105 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<title>Legacy Console Launcher</title>
|
||
|
||
<link rel="stylesheet" href="styles.css">
|
||
<link rel="icon" href="Assets/favicon.ico">
|
||
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<header>
|
||
|
||
<div class="logo">
|
||
<img src="Assets/logo.png">
|
||
</div>
|
||
|
||
<nav>
|
||
<a href="https://oxyzin.github.io/LegacyConsoleLauncher/">Home</a>
|
||
<a href="https://github.com/OxyZin/LegacyConsoleLauncher/?tab=readme-ov-file#features">Features</a>
|
||
<a href="https://github.com/OxyZin/LegacyConsoleLauncher/releases/">Download</a>
|
||
<a href="https://github.com/OxyZin/LegacyConsoleLauncher/">Source</a>
|
||
<a href="https://discord.gg/emqMHh36">Discord</a>
|
||
</nav>
|
||
|
||
</header>
|
||
|
||
<main>
|
||
|
||
<div class="content">
|
||
|
||
<div class="left">
|
||
|
||
<div class="screenshot">
|
||
<img src="Assets/launcher.png">
|
||
</div>
|
||
|
||
<p>
|
||
<strong>Legacy Console Launcher</strong> is a simple and lightweight launcher for the
|
||
PC port of Minecraft Legacy Console Edition.
|
||
</p>
|
||
|
||
<p>
|
||
It was created to make launching and managing the game easier while keeping
|
||
everything clean, fast, and easy to use.
|
||
</p>
|
||
|
||
</div>
|
||
|
||
<div class="right">
|
||
|
||
<img class="steve" src="Assets/steve.webp">
|
||
|
||
<a href="https://github.com/OxyZin/LegacyConsoleLauncher/releases">
|
||
<button class="play">Download Launcher</button>
|
||
</a>
|
||
|
||
<p class="info">
|
||
Free • Open Source • Windows
|
||
</p>
|
||
|
||
<p class="info2">
|
||
Supports Windows 7 – Windows 11
|
||
</p>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<section class="features">
|
||
|
||
<h2>Features</h2>
|
||
|
||
<ul>
|
||
<li>Fast and lightweight launcher</li>
|
||
<li>Automatic updates from GitHub</li>
|
||
<li>Instance support for multiple game setups</li>
|
||
<li>Simple and clean interface</li>
|
||
<li>Works on Windows 7 to Windows 11</li>
|
||
|
||
</ul>
|
||
|
||
</section>
|
||
|
||
</main>
|
||
|
||
<footer>
|
||
|
||
<p>
|
||
Legacy Console Launcher is an independent project and is not affiliated with Mojang or Microsoft.
|
||
</p>
|
||
|
||
<p>
|
||
Source available on GitHub.
|
||
</p>
|
||
|
||
</footer>
|
||
|
||
</body>
|
||
|
||
</html>
|