forked from digiassetX/DGBSupport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.3 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>DigiByte Support</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="popup-dialogue"></div>
<div id="language_div">
<label for="language">Language:</label>
<select id="language">
<option value="en">English</option>
<option value="pap">Papiamento</option>
<option value="sv">Swedish</option>
</select>
</div>
<div id="window">
<div id="main">
<div id="answer">Loading</div>
<div id="question"></div>
<div id="options"></div>
</div>
</div>
<div id="warn" class="shadow">
<div id="warnText"></div>
<input id="warnConfirm" type="text">
</div>
<div id="shadow" class="shadow"></div>
<img id="dgb-d" src="img/dgb.svg" alt="DigiByte symbol" width="45px" title="Back to start">
<h2 id="troubleshooting">Troubleshooting</h2>
<script
src="https://code.jquery.com/jquery-2.1.4.min.js"
integrity="sha256-8WqyJLuWKRBVhxXIL1jBDD7SDxU936oZkCnxQbWwJVw="
crossorigin="anonymous"></script>
<script src="main.js"></script>
</body>
</html>