-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoptions.html
50 lines (43 loc) · 1.06 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html>
<head>
<title>开源中国消息提示</title>
<link href="style.css" rel="stylesheet" type="text/css">
<script src="options.js"></script>
<script src="jquery.js"></script>
</head>
<body>
<h1>
<img src="osc.png" alt="Toast">
开源中国消息提示
</h1>
<h2>设置</h2>
<form id="options">
<input type="checkbox" name="isActivated" checked>
检查@提到我, 每
<select name="frequency">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>10</option>
<option>15</option>
<option>20</option>
<option>25</option>
<option>30</option>
</select>
分钟.
</form>
<h2>帮助</h2>
<p>先登录OSC, 开启插即可!</p>
<p>
作者:
<a href="http://my.oschina.net/ponxu">@xwz</a>
<br><br>
应用开发大赛参赛作品 - <a href="http://www.oschina.net/p/blog4j">Blog4j</a>
-
<a href="http://www.oschina.net/cf-app-show">投票地址</a>
</p>
</body>
</html>