-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdonate.html
39 lines (39 loc) · 1.47 KB
/
donate.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Akari Link Shortener - Donate</title>
<link href="css/style.css" rel="stylesheet">
<link href="css/options.css" rel="stylesheet">
<script src="js/global.js"></script>
<script src="js/donate.js"></script>
</head>
<body>
<div class="row">
<div class="island-block">
<div class="island">
<img src="img/akari-face.jpg" class="pull-right img-rounded" alt="Akari">
<h1>Options</h1>
<ul class="nav nav-tabs">
<li><a href="options.html">Options</a></li>
<li><a href="history.html">History</a></li>
<li class="active"><a href="donate.html">Donate</a></li>
</ul>
<p>Donate to Akari's lightly salted chip fund.</p>
<p><img src="img/bitcoin-logo-24.png" class="donate-logo"> 13h3eeLXJz7b3HWs6gxzheS58FFoz7zHDg</p>
<p><a href="#" id="displayBtcQr" class="btn btn-xs btn-default">Display QR</a></p>
<div class="clearfix">
<img src="img/bitcoin-qr.png" id="btcQr" class="hide">
</div>
<p>Like PayPal more? <a href="https://www.paypal.me/rctgamer3">We've got you covered.</a></p>
<!-- rctgamer3: Couldn't get ahold of bedabeda (the other developer) in time before release
(but wanted to offer a btc alternative) so will just transfer most to bedabeda's account
whenever something comes in. -->
<div class="btc-address-footer">
btc: 13h3eeLXJz7b3HWs6gxzheS58FFoz7zHDg
</div>
</div>
</div>
</div>
</body>
</html>