-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
100 lines (87 loc) · 4.18 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
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
<!DOCTYPE HTML>
<html>
<head>
<meta name="description" content="Curated list of Testnet token faucets">
<meta name="keywords" content="Faucet, Bitcoin,Ethereum,Blockchain,Cryptocurrency,Cold wallet,Mobile wallet">
<meta name="author" content="Flightwallet.org">
<title>Crypto faucets</title>
<meta name="description" content="Curated list of Testnet token faucets" />
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Get tokens for free">
<meta itemprop="description" content="Curated list of Testnet token faucets">
<meta itemprop="image" content="https://raw.githubusercontent.com/flightwallet/flightwallet.github.io/master/images/wallet-2%20copy.png">
<!-- Twitter Card data -->
<meta name="twitter:card" content="product">
<meta name="twitter:site" content="@caffeinum">
<meta name="twitter:title" content="Get tokens for free">
<meta name="twitter:description" content="Curated list of Testnet token faucets">
<meta name="twitter:creator" content="@caffeinum">
<meta name="twitter:image" content="https://raw.githubusercontent.com/flightwallet/flightwallet.github.io/master/images/wallet-2%20copy.png">
<!-- Open Graph data -->
<meta property="og:title" content="Get tokens for free" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https:/flightwallet.org" />
<meta property="og:image" content="https://raw.githubusercontent.com/flightwallet/flightwallet.github.io/master/images/wallet-2%20copy.png" />
<meta property="og:description" content="Get tokens for free" />
<meta property="og:site_name" content="Flight wallet" />
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter50897126 = new Ya.Metrika2({
id:50897126,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = "https://mc.yandex.ru/metrika/tag.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks2");
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/50897126" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</head>
<body>
<div id="container" style="justify-content: center; align-items: center; text-align: center;">
<div id="title" style="font-size: 30px;">
<h1>Get Testnet tokens for free</h1>
</div>
<div id="links">
<h2>Bitcoin testnet faucets</h2>
<p><i>Can receive at least 0.3 tBTC</i></p>
<ul style="list-style-type:none">
<li><a href="https://coinfaucet.eu/en/btc-testnet/">https://coinfaucet.eu/en/btc-testnet/</a> (0.1 tBTC)</li>
<li><a href="http://bitcoinfaucet.uo1.net/">http://bitcoinfaucet.uo1.net/</a> (>= 0.2 tBTC)</li>
</ul>
<h2>Ethereum testnet (Ropsten) faucets</h2>
<p><i>Can receive at least 1 tETH</i></p>
<ul style="list-style-type:none">
<li><a href="https://faucet.ropsten.be/">https://faucet.ropsten.be/</a> (1 tETH)</li>
</ul>
<h2>Ethereum testnet (Rinkeby) faucets</h2>
<p><i>Can receive at least 18 tETH</i></p>
<ul style="list-style-type:none">
<li><a href="https://faucet.rinkeby.io/">https://faucet.rinkeby.io/</a> (18 tETH)</li>
</ul>
</div>
</div>
<footer style="display: flex; justify-content: center; position: fixed; left: 0; bottom: 0; width: 100%; margin-bottom: 30px;">
<a href="https://flightwallet.org"><i>flightwallet</i></a>
<span> · </span>
<a href="https://github.com/flightwallet/faucet/"><i>github</i></a>
<span> · </span>
<a href="https://t.me/flightwallet/"><i>add your faucet</i></a>
</footer>
</body>
</html>