-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoptions.html
32 lines (32 loc) · 968 Bytes
/
options.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
<!DOCTYPE html>
<html>
<head>
<title>Canvas Home Page Improvements</title>
<link rel="stylesheet" href="CSS/options.css">
<link rel="stylesheet" href="https://use.typekit.net/zbl1gff.css">
</head>
<body>
<h1 class="scheiße">Better Canvas Home Page</h1>
<div class="putain">
<div>
<h2>Pages</h2>
<ul>
<li>Class 1</li>
</ul>
</div>
<div>
<h2>Options</h2>
<label>Extension: </label>
<div class="slide">
<input type="range" min="0" max="1" id="on">
</div>
<p class="lay">Off</p>
<p class="lay" style="text-align: right;">On</p>
</div>
<div>
<h2>Custom Theme</h2>
</div>
</div>
<script src="options.js"></script>
</body>
</html>