mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 02:30:44 +00:00
36 lines
1.5 KiB
HTML
36 lines
1.5 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 - News</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" href="marketplace.html">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 active" aria-current="page" href="news.html">News</a>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
<h1>News</h1>
|
|
<h2>24 June - Now recomend to use the lce-qt-launcher-data repo</h2>
|
|
<p>Due to the possible frequent changes in the instances source.</p>
|
|
<p>The local instance source data might be outdated.</p>
|
|
<p>To get the updated, I recommend <a
|
|
href="https://code.nolog.cz/xgui4/lce-qt-launcher-data">lce-qt-launcher-data repo</a>
|
|
which get updated more often and get update separately that the launcher itself.</p>
|
|
<h2>11 June - Added The Skin Manager</h2>
|
|
<p> Added Skin Manager to the Site and Launcher (experimental)</p>
|
|
</main>
|
|
</body>
|
|
|
|
</html> |