an-anime-game-launcher/public/html/index.html
Observer KRypt0n_ 2ce673367b
2.2.0-beta5
- made settings window
- added runners management. Now you can download some runner like proton-ge
  and run the game with it
- updated README pictures
- removed usused path files
- a lot of small changes and bug fixes
2021-10-22 23:48:43 +02:00

40 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- CSS styles -->
<link rel="stylesheet" href="../css/index.css">
<link rel="stylesheet" href="../css/hint.min.css">
<link rel="stylesheet" href="../css/layout.min.css">
<!-- JS scripts -->
<script>require('../js/index.js');</script>
<title>Genshin Impact Linux Launcher</title>
</head>
<body>
<div id="downloader-panel" style="display: none">
<div id="downloader-label">
<span id="downloaded">Downloading...</span>
<span id="speed"></span>
<span id="eta"></span>
</div>
<div class="progress-bar" id="downloader">
<div class="progress"></div>
</div>
</div>
<div id="launchcontent"></div>
<div id="settings">
<img src="../images/gear.png">
</div>
<button class="button" id="launch">Launch</button>
</body>
</html>