forked from guofei9987/donate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (28 loc) · 976 Bytes
/
index.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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>Playing-reward</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0, minimal-ui" />
<!--禁止缩放-->
<link rel="stylesheet" href="http://www.guofei.site/donate/style.css">
</head>
<body>
<a id="github" href="https://github.com/guofei9987/donate" target="_blank" class="pos-f tr3" title="Github"></a>
<a href="https://www.guofei.site/" target="_blank" style="position: fixed;">
<div id="DonateText" class="tr3">guofei.site</div>
</a>
<ul id="donateBox" class="list pos-f tr3">
<li id="PayPal">
<a href="https://www.paypal.me/guofei9987" target="_blank">PayPal</a>
</li>
<li id="QQPay"></li>
<li id="AliPay">AliPay</li>
<li id="WeChat">WeChat</li>
</ul>
<div id="QRBox" class="pos-f left-100">
<div id="MainBox"></div>
</div>
<script async src="http://www.guofei.site/donate/script.js"></script>
</body>
</html>