This repository was archived by the owner on Aug 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.html
More file actions
43 lines (43 loc) · 1.79 KB
/
config.html
File metadata and controls
43 lines (43 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Artifact Helper Config</title>
<link href="css/goudytrajanfont.css" rel="stylesheet" type="text/css"/>
<link href="css/base.css" rel="stylesheet" type="text/css"/>
<link href="css/config.css" rel="stylesheet" type="text/css"/>
<link href="css/sidenav.css" rel="stylesheet" type="text/css"/>
<script src="js/fetching.js" defer></script>
<script src="js/sidenav.js" defer></script>
<script src="js/config.js" defer></script>
<script src="js/translate.js" defer></script>
</head>
<body class="background_image config">
<h1 id="config_header"></h1>
<nav id="sidenav"></nav>
<section id="alert"></section>
<section class="background-options">
<span id="config_selectlanguage"></span>
<button id="button_spanish" class="right">Español</button>
<button id="button_english" class="right">English</button>
</section>
<section class="background-options">
<span id="config_displaynews"></span> <span id="displaynews"></span>
<input type="range" id="newsrange" min="10" max="50"/>
</section>
<section class="background-options">
<span id="config_displaychangelogs"></span> <span id="displaychangelogs"></span>
<input type="range" id="changelogsrange" min="10" max="50"/>
</section>
<section class="background-options">
<span id="config_hardware"></span>
<div class="right"><input id="hardware_acceleration" type="checkbox" value="ON/OFF"/></div>
</section>
</section>
<section class="background-options flexbutton">
<button id="button_default"></button>
<button id="button_save"></button>
<button id="button_update"></button>
</section>
</body>
</html>