2021-09-14 12:06:09 +03:00
|
|
|
<!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">
|
2021-10-14 23:35:29 +03:00
|
|
|
<link rel="stylesheet" href="../css/hint.min.css">
|
2021-09-14 12:06:09 +03:00
|
|
|
|
|
|
|
<!-- JS scripts -->
|
2021-10-14 21:05:44 +03:00
|
|
|
<script>require('../js/index.js');</script>
|
2021-09-14 12:06:09 +03:00
|
|
|
|
2021-10-14 21:05:44 +03:00
|
|
|
<title>Genshin Impact Linux Launcher</title>
|
2021-09-14 12:06:09 +03:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2021-10-14 21:05:44 +03:00
|
|
|
<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>
|
|
|
|
|
|
|
|
<button class="button" id="launch">Launch</button>
|
2021-09-14 12:06:09 +03:00
|
|
|
</body>
|
|
|
|
</html>
|