-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.16 KB
/
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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>Sponsor-Page</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="./css/style.css">
<script src="./js/jquery-2.0.3.min.js"></script>
<script src="./js/clipboard.min.js"></script>
<!-- clipboard.js 是 JS 复制文本的库 -->
<script src="./js/script.js"></script>
</head>
<body>
<a id="github" href="https://github.com/Kaiyuan/donate-page" target="_blank" class="pos-f tr3" title="Github"></a>
<div id="DonateText" class="tr3">Sponsor</div>
<ul id="donateBox" class="list pos-f tr3">
<li id="PayPal"><a href="javascript:alert('暂不支持(=・ω・=)')">PayPal</a></li>
<li id="BTC" data-footnote="Copy addres and show QRCod"><button id="BTCBn" data-clipboard-target="#btc-key" alt="Copy to clipboard">Bitcoin</button></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>
<!-- Bitcoin 账号 -->
<input id="btc-key" type="text" value="" readonly="readonly">
</body>
</html>