aboutsummaryrefslogtreecommitdiffstats
path: root/settings.html
blob: f478f3cb39eb066e684dd50f9358999637c1a9e9 (plain)
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>µBlock — Settings</title>
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
<style>
ul {
    list-style-type: none;
    }
</style>
</head>

<body>

<ul>
    <li><input id="collapse-blocked" type="checkbox"> <label data-i18n="settingsCollapseBlockedPrompt"></label>
    <li><input id="icon-badge" type="checkbox"> <label data-i18n="settingsIconBadgePrompt"></label>
</ul>

<script src="js/udom.js"></script>
<script src="js/i18n.js"></script>
<script src="js/dashboard-common.js"></script>
<script src="js/messaging-client.js"></script>
<script src="js/settings.js"></script>

</body>
</html>