-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdonate.html
More file actions
41 lines (40 loc) · 1.88 KB
/
Copy pathdonate.html
File metadata and controls
41 lines (40 loc) · 1.88 KB
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
<html>
<head>
<meta charset='UTF-8'><meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>Gateway Donate Portal</title>
<meta name="title" content="IPNS-Link Gateway | Donations">
<meta name='description' content='Donation portal for IPNS-Link-Gateway'>
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="heading">
<div class="first-head">
<img src="./ipfs-logo.png" alt="ipfs logo">
<h1 class="main-header">IPNS-Link Donation Portal</h1>
</div>
<h2 class="sub-header">IPNS-Link is entirely funded by donations from users like you</h2>
</div>
<div class="extra-text">
<h3 class="sub-header underlined">Paypal</h3>
<p>Coming Soon</p>
<h3 class="sub-header underlined">NANO (fee-less & instant)</h3>
<p>nano_34tfp39x7smm7sap4dc8g57epy9x3cf7c1hcjaxnjaax6mcitfw3rfa7t1hs</p>
<h3 class="sub-header underlined">Bitcoin (BTC)</h3>
<p>bc1qqzrdzlqr7yv3ph8gmygtacpjcrsxf56wyy3hp7</p>
<h3 class="sub-header underlined">Ethereum (ETH)</h3>
<p>0xc22efAEde76D69D57EB823E25fccA6F4c8Bda768</p>
<h3 class="sub-header underlined">Other channels</h3>
<form action="https://github.com/ipns-link/contribute/blob/main/donate.md" method="GET">
<button class="regular-button">Show Me</a></button>
</form>
<p class="btw-text">Thanks for your precious support!</p><br>
<form action="./" method="GET">
<button class="regular-button">Back To Gateway</a></button>
</form>
</div>
</body>
</html>