-
Notifications
You must be signed in to change notification settings - Fork 273
Expand file tree
/
Copy pathadvanced-options.html
More file actions
29 lines (26 loc) · 928 Bytes
/
advanced-options.html
File metadata and controls
29 lines (26 loc) · 928 Bytes
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 charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Read Aloud Advanced Options</title>
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/options.css">
<script src="js/rxjs.umd.min.js"></script>
<script src="js/jquery-3.7.1.min.js"></script>
<script src="js/defaults.js"></script>
<script src="js/advanced-options.js"></script>
</head>
<body>
<div class="container-fluid">
<button type="button" class="close" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h2>Advanced Options</h2>
<div id="advanced-options">
<input type="checkbox" id="fix-bt-silence-gap"
><label for="fix-bt-silence-gap">Fix missing first few words of each paragraph when using Bluetooth headset</label>
</div>
</div>
</body>
</html>