-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
31 lines (28 loc) · 875 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="popup.css">
</head>
<body>
<div>
<label class="checkbox-container">
<input type="checkbox" id="videosCheckbox"> Videos Dark Mode
</label>
</div>
<div>
<label class="checkbox-container">
<input type="checkbox" id="imagesCheckbox"> Images Dark Mode
</label>
</div>
<hr>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfl2ELsWB56hvDA558bMn8n59GQutUMjBbt-DKaHiTCGNYKeA/viewform?usp=sf_link"
target="_blank">
<button>Request Feature</button>
</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfY402SKU6m9ud-Ia3tAGFE9SAuTrDgj3QSFd8yIx2NmB7GRg/viewform?usp=sf_link"
target="_blank">
<button>Report Bug</button>
</a>
<script src="popup.js"></script>
</body>
</html>