mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
54 lines
1.3 KiB
HTML
54 lines
1.3 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/settings.css">
|
||
|
|
||
|
<!-- JS scripts -->
|
||
|
<script>require('../js/settings.js');</script>
|
||
|
|
||
|
<title>Settings</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="menu">
|
||
|
<div class="menu-item menu-item-active" anchor="general">General</div>
|
||
|
<div class="menu-item" anchor="runners">Runners</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="settings">
|
||
|
<div class="settings-item" id="general">
|
||
|
<h2>General</h2>
|
||
|
|
||
|
123<br>
|
||
|
123<br>
|
||
|
123<br>
|
||
|
123<br>
|
||
|
123<br>
|
||
|
123<br>
|
||
|
123<br>
|
||
|
123<br>
|
||
|
123<br>
|
||
|
123<br>
|
||
|
123<br>
|
||
|
123<br>
|
||
|
123<br>
|
||
|
123<br><br>
|
||
|
|
||
|
Will be made in beta 6
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div class="settings-item" id="runners">
|
||
|
<h2>Runners</h2>
|
||
|
|
||
|
<div class="list" id="runners-list"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|