forked from erkserkserks/h264ify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
24 lines (24 loc) · 805 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
<!DOCTYPE html>
<html>
<head>
<title data-l10n-id="optionsTitle"></title>
<style>
ul {
list-style: none;
padding-left:0;
}
body {
white-space:nowrap;
}
</style>
</head>
<body>
<h1 data-l10n-id="optionsTitle"></h1>
<ul>
<li><input type="checkbox" id="enable" class="checkbox"><label for="enable" data-l10n-id="optionsEnable"></label></li>
<li><input type="checkbox" id="block_60fps" class="checkbox"><label for="block_60fps" data-l10n-id="optionsBlock60fps"></label></li>
<li><input type="checkbox" id="battery_only" class="checkbox"><label for="battery_only" data-l10n-id="optionsBatteryOnly"></label></li>
</ul>
<script src="options.js"></script>
</body>
</html>