forked from proginosko/LeechBlockNG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
27 lines (23 loc) · 892 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>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<html lang="us">
<head>
<meta charset="utf-8">
<title>PoskBlockBlock</title>
<link href="jquery-ui/jquery-ui.min.css" rel="stylesheet">
<link href="popup.css" rel="stylesheet">
<link href="icons/leechblock16.ico" rel="icon" type="image/x-icon">
<link href="icons/leechblock16.ico" rel="shortcut icon" type="image/x-icon">
</head>
<body>
<p><img src="images/leechblock_logo.svg" class="logo" alt="LeechBlock logo" title="LeechBlock">
<p>
<div id="button-container" class="ui-widget">
<button id="options" type="button">Options</button>
<button id="lockdown" type="button">Lockdown</button>
<button id="override" type="button">Override</button>
<button id="stats" type="button">Statistics</button>
</div>
<script src="popup.js"></script>
</body>
</html>