mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 02:30:44 +00:00
31 lines
1.2 KiB
HTML
31 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link href="css/style.css" rel="stylesheet">
|
|
<link rel="icon" href="assets/favicon.png">
|
|
<title> LCE Qt Launcher - Marketplace</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav class="navbar navbar-expand-lg bg-body-tertiary">
|
|
<a class="nav-link" href="index.html"><img src="assets/favicon.png" /></a>
|
|
<a class="nav-link" href="index.html">Home</a>
|
|
<a class="nav-link active" aria-current="page" href="#">Marketplace</a>
|
|
<a class="nav-link" href="skins.html">Skin Manager</a>
|
|
<a class="nav-link" href="download.html">Download Center</a>
|
|
<a class="nav-link" href="news.html">News</a>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
<h1>Marketplace</h1>
|
|
|
|
<h2>LCE Hub Marketplace</h2>
|
|
<a href=https://lce-hub.github.io/piston>Go to LCE Hub Emerald Launcher Piston interface (Marketplace)</a>
|
|
|
|
<h2>LCE Qt Launcher Version Store</h2>
|
|
<a href="https://code.nolog.cz/xgui4/lce-qt-launcher-data"> Go to the versions Store</a>
|
|
</main>
|
|
</body>
|
|
</html> |