-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpopup.html
61 lines (59 loc) · 2.14 KB
/
popup.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./popup.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-GvrOXuhMATgEsSwCs4smul74iXGOixntILdUW9XmUC6+HX0sLNAK3q71HotJqlAn" crossorigin="anonymous">
</head>
<body>
<div class="top">
<section id="title">
<h1 id="content">SPARX <span class="acsent">BWK</span></h1>
<p>By <a href="https://github.com/Gwyd0" role="button">Gwyd<span class="blue">0 V.1.0.1</span></a></p>
</section>
<a href="https://www.freepik.com/icon/integral_9989416">Icons by Freepik</a>
<div id="links">
<a href="https://github.com/Gwyd0/Sparx-bwk-extention" role="button">Github</a>
<a href="https://www.sparxmaths.uk/student/" role="button">Sparxs Maths</a>
<a href="/webpages/privacy.html" target="_blank" role="button">Privacy</a>
</div>
<div id="settings">
<button type="button" class="acsent btn">Settings</button>
<div style="display: block;" id="menu0">
<label class="container">Bookwork checks
<input type="checkbox" id="checkbox0">
<span class="checkmark"></span>
</label>
<label class="container">Skip Games
<input type="checkbox" id="checkbox1">
<span class="checkmark"></span>
</label>
<label class="container">Auto Continue
<input type="checkbox" id="checkbox2">
<span class="checkmark"></span>
</label>
<label class="container">Auto Login
<input type="checkbox" id="checkbox3">
<span class="checkmark"></span>
</label>
<div style="display: block;" class="inputs">
<input id="usr" type="text" placeholder="Username">
<input id="psw" type="password" placeholder="Password">
</div>
<label class="container">Dark Mode
<input type="checkbox" id="checkbox4">
<span class="checkmark"></span>
</label>
</div>
</div>
</div>
<div id="logs">
<button type="button" class="btn">Latest Logs</button>
<div style="display: block;" class="scroll" id="menu1">
</div>
</div>
<script src="./popup.js">
</script>
</body>
</html>