Skip to content

Commit 68acb7d

Browse files
committed
init faucet list page
1 parent 08078f3 commit 68acb7d

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

index.html

+100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
4+
<head>
5+
<meta name="description" content="Curated list of Testnet token faucets">
6+
<meta name="keywords" content="Faucet, Bitcoin,Ethereum,Blockchain,Cryptocurrency,Cold wallet,Mobile wallet">
7+
<meta name="author" content="Flightwallet.org">
8+
9+
<title>Crypto faucets</title>
10+
<meta name="description" content="Curated list of Testnet token faucets" />
11+
12+
<!-- Schema.org markup for Google+ -->
13+
<meta itemprop="name" content="Get tokens for free">
14+
<meta itemprop="description" content="Curated list of Testnet token faucets">
15+
<meta itemprop="image" content="https://raw.githubusercontent.com/flightwallet/flightwallet.github.io/master/images/wallet-2%20copy.png">
16+
17+
<!-- Twitter Card data -->
18+
<meta name="twitter:card" content="product">
19+
<meta name="twitter:site" content="@caffeinum">
20+
<meta name="twitter:title" content="Get tokens for free">
21+
<meta name="twitter:description" content="Curated list of Testnet token faucets">
22+
<meta name="twitter:creator" content="@caffeinum">
23+
<meta name="twitter:image" content="https://raw.githubusercontent.com/flightwallet/flightwallet.github.io/master/images/wallet-2%20copy.png">
24+
25+
<!-- Open Graph data -->
26+
<meta property="og:title" content="Get tokens for free" />
27+
<meta property="og:type" content="article" />
28+
<meta property="og:url" content="https:/flightwallet.org" />
29+
<meta property="og:image" content="https://raw.githubusercontent.com/flightwallet/flightwallet.github.io/master/images/wallet-2%20copy.png" />
30+
<meta property="og:description" content="Get tokens for free" />
31+
<meta property="og:site_name" content="Flight wallet" />
32+
33+
<!-- Yandex.Metrika counter -->
34+
<script type="text/javascript" >
35+
(function (d, w, c) {
36+
(w[c] = w[c] || []).push(function() {
37+
try {
38+
w.yaCounter50897126 = new Ya.Metrika2({
39+
id:50897126,
40+
clickmap:true,
41+
trackLinks:true,
42+
accurateTrackBounce:true,
43+
webvisor:true
44+
});
45+
} catch(e) { }
46+
});
47+
48+
var n = d.getElementsByTagName("script")[0],
49+
s = d.createElement("script"),
50+
f = function () { n.parentNode.insertBefore(s, n); };
51+
s.type = "text/javascript";
52+
s.async = true;
53+
s.src = "https://mc.yandex.ru/metrika/tag.js";
54+
55+
if (w.opera == "[object Opera]") {
56+
d.addEventListener("DOMContentLoaded", f, false);
57+
} else { f(); }
58+
})(document, window, "yandex_metrika_callbacks2");
59+
</script>
60+
<noscript><div><img src="https://mc.yandex.ru/watch/50897126" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
61+
<!-- /Yandex.Metrika counter -->
62+
</head>
63+
64+
<body>
65+
<div id="container" style="justify-content: center; align-items: center; text-align: center;">
66+
<div id="title" style="font-size: 30px;">
67+
<h1>Get Testnet tokens for free</h1>
68+
</div>
69+
<div id="links">
70+
<h2>Bitcoin testnet faucets</h2>
71+
<p><i>Can receive at least 0.3 tBTC</i></p>
72+
<ul style="list-style-type:none">
73+
<li><a href="https://coinfaucet.eu/en/btc-testnet/">https://coinfaucet.eu/en/btc-testnet/</a> (0.1 tBTC)</li>
74+
<li><a href="http://bitcoinfaucet.uo1.net/">http://bitcoinfaucet.uo1.net/</a> (>= 0.2 tBTC)</li>
75+
</ul>
76+
77+
<h2>Ethereum testnet (Ropsten) faucets</h2>
78+
<p><i>Can receive at least 1 tETH</i></p>
79+
<ul style="list-style-type:none">
80+
<li><a href="https://faucet.ropsten.be/">https://faucet.ropsten.be/</a> (1 tETH)</li>
81+
</ul>
82+
83+
<h2>Ethereum testnet (Rinkeby) faucets</h2>
84+
<p><i>Can receive at least 18 tETH</i></p>
85+
<ul style="list-style-type:none">
86+
<li><a href="https://faucet.rinkeby.io/">https://faucet.rinkeby.io/</a> (18 tETH)</li>
87+
</ul>
88+
</div>
89+
</div>
90+
91+
<footer style="display: flex; justify-content: center; position: fixed; left: 0; bottom: 0; width: 100%; margin-bottom: 30px;">
92+
<a href="https://flightwallet.org"><i>flightwallet</i></a>
93+
<span> &#183; </span>
94+
<a href="https://github.com/flightwallet/faucet/"><i>github</i></a>
95+
<span> &#183; </span>
96+
<a href="https://t.me/flightwallet/"><i>add your faucet</i></a>
97+
</footer>
98+
</body>
99+
100+
</html>

0 commit comments

Comments
 (0)