Files
araxiapatch-ts/index.html
Turleynerd 58c43a58d4 init
2023-09-02 20:19:56 -04:00

19 lines
481 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Araxia Client Patch Downloader</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h1>Araxia Client Patch Downloader</h1>
<div class="progress-bars">
<!-- Progress bars will be dynamically added here -->
</div>
</div>
<script src="renderer.js"></script>
</body>
</html>