-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
128 lines (127 loc) · 3.88 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<style>
body {
background-color: #efefef;
}
h1 {
margin: 60px 0 30px;
text-align: center;
}
#wrapper {
width: 560px;
margin: 0 auto;
}
#content {
background-color: #FFF;
border: 1px solid #DDD;
padding: 15px;
font-size: 16px;
line-height: 1.5;
font-family: sans-serif;
margin-bottom: 50px;
}
p {
margin: 0 0 10px;
}
p:last-child {
margin-bottom: 0;
}
a:link {
font-size: 20px;
text-decoration: none;
font-weight: bold;
color: #00BCD4;
}
a:visited {
color: #00BCD4;
}
a:hover {
color: #ED7161;
}
strong {
font-size: 18px;
}
.footer {
line-height: 50px;
color: #DDD;
text-align: center;
font-size: 14px;
clear: both;
}
hr {
margin: 20px 0;
border: 1px solid #DDD;
border-bottom: 0;
}
.url-wrapper {
text-align: center;
padding: 20px 0;
}
#qrcode {
margin-top: 30px;
}
.qrcode-item {
width: 50%;
float: left;
text-align: center;
}
.qrcode-item img {
width: 200px;
}
</style>
<title>Free Auto Refresh</title>
</head>
<body>
<div id="wrapper">
<h1>Free Auto Refresh</h1>
<div id="content">
<p></p>
<p>Thank you very much for your use. When you are using the extension, if there is any problem you can send me an email.
</p>
<p>
In addition you can tell me any features you want, if this is helpful to you, maybe you can <a target="blank" href="https://www.paypal.me/sarike/5">buy me a cup of coffee</a>.
</p>
<p>
<strong>Email: [email protected]</strong>
</p>
<p>
You can also visit the homepage and leave some comments:
</p>
<p class="url-wrapper">
<a href="https://www.timefly.cn/free-auto-refresh" class="home-page">Free Auto Refresh's Home Page</a>
</p>
<p>
好吧,用母语说两句,之前想找个自动刷新的插件用下,找了个下载量比较多的,这么小的一个扩展,竟然还要收费,WTF!
</p>
<p>
看评论,用户也是颇有抱怨,好吧,给大家做一个免费的。
</p>
<p>如果在使用的过程中遇到任何问题,或者希望添加什么新功能,可以给我发邮件。</p>
<p>当然,如果你觉得很不错,或许可以<strong>请我喝杯咖啡</strong>。</p>
<p id="qrcode">
<div class="qrcode-item">
<img src="image/paypal.png" alt="Paypal donate">
<div class="title">
Paypal Donate
</div>
</div>
<div class="qrcode-item">
<img src="image/wx.jpeg" alt="Paypal donate">
<div class="title">
WeChat Donate(微信)
</div>
</div>
</p>
<div class="footer">
</div>
</div>
</div>
</body>
</html>