forked from amfang/speech_IO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
24 lines (24 loc) · 724 Bytes
/
popup.html
File metadata and controls
24 lines (24 loc) · 724 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
<!doctype html>
<html>
<head>
<meta charset="utf-8" >
<link type="text/css" href="css/style.css" rel="stylesheet" charset="utf-8">
<script type="text/javascript" src="js/jquery.min.js" ></script>
</head>
<body>
<div class="popup_menu">
<a href="#" id="show_control_bar">
<span ></span> 显示控制条
</a>
<hr>
<a href="#" id="option_page">
<span ></span> 配置
</a>
<hr>
<a href="#" id="about_page">
<span ></span> 关于
</a>
</div>
<script type="text/javascript" src="js/popup.js" ></script>
</body>
</html>