-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpopup.html
27 lines (24 loc) · 897 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Tóth Gabi Content Blocker</title>
<link rel="stylesheet" type="text/css" href="popup.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" rel="stylesheet">
<script src="popup.js"></script>
</head>
<body>
<div class="main">
<div>
<h4 class="blue" id="state"></h4>
</div>
<div class="control">
<input type="checkbox" id="toggle" class="checkbox" />
<label for="toggle" class="switch"></label>
</div>
<div class="control">
<a href="https://www.buymeacoffee.com/petke" target="_blank"><img src="https://img.buymeacoffee.com/button-api/?text=kérek 1 pizzát :)&emoji=🍕&slug=petke&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff" /></a>
</div>
</div>
</body>
</html>