mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 02:30:44 +00:00
38 lines
1.6 KiB
HTML
38 lines
1.6 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">
|
|
<script src="js/form-handler.js" defer></script>
|
|
<title>LCE Qt Launcher - Skin Manager/Viewer</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 active" aria-current="page" 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>
|
|
<noscript>
|
|
<h1> Note : This page require JavaScript to be enabled to work. </h1>
|
|
</noscript>
|
|
|
|
<form id="skinManager" action="" method="POST">
|
|
<label for="skin">Username (Java Username only)</label>
|
|
<input id="skin" name="skin" value="Steve">
|
|
<input type="submit" value="See the skin">
|
|
</form>
|
|
|
|
<iframe id="skinViewer" src="https://kurojs.github.io/McView3D/embed.html?skin=Steve&width=400&height=400&animation=idle" width="400" height="400" frameborder="0"></iframe>
|
|
|
|
<a id="skin-download" href="https://minotar.net/skin/Steve">Download The skins</a>
|
|
</main>
|
|
</body>
|
|
</html> |