-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpopup.html
More file actions
30 lines (27 loc) · 1.17 KB
/
popup.html
File metadata and controls
30 lines (27 loc) · 1.17 KB
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
30
<!doctype html>
<html>
<head>
<title>CCViewer </title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/popup.css">
<link rel="stylesheet" href="css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="boostrap/js/jquery-3.4.1.min.js"></script>
<script src="/boostrap/js/bootstrap.min.js"></script>
</head>
<body id="body">
<div id="container">
<button class="highlight" id="listen"> 監聽字幕 </button>
<!-- <button class="highlight" id="appear"> 顯示字幕 </button> -->
<button class="highlight" id="disappear"> 取消監聽字幕 </button>
<!-- <input type="range" min="12" max="24" value="16" class="slider" id="textSizeInput">
<p>文字大小(px): <span id="textSizeOutput"></span></p>
<input type="range" min="0" max="100" value="100" class="slider" id="textColorInput">
<p>文字透明度(%): <span id="textColorOutput"></span></p> -->
<span id="Status">Status:</span>
</div>
<script src="js/popup.js"></script>
</div>
</body>
</html>