Files
LegacyConsoleLauncher/docs/index.html
2026-03-14 11:18:55 -03:00

105 lines
2.7 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>