forked from jinliming2/Chrome-Charset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
27 lines (27 loc) · 799 Bytes
/
popup.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
25
26
27
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta name="author" content="金黎明,Liming Jin,jinliming2@gmail.com,Tianjin China">
<link rel="stylesheet" href="./c/popup.css">
</head>
<body>
<div>
<span id="tip_current"></span><span id="current"></span>
</div>
<button type="button" id="reset"></button>
<hr>
<div id="list"></div>
<hr>
<div class="setting">
<label id="context_menu"></label>
<div class="switch">
<input id="menu" type="checkbox">
<label for="menu"></label>
</div>
</div>
<script src="./j/encoding.js"></script>
<script src="./j/popup.js"></script>
</body>
</html>