-
Notifications
You must be signed in to change notification settings - Fork 0
/
testnet.html
55 lines (44 loc) · 2.45 KB
/
testnet.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Testnet Lightning Network Stores</title>
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="js/mainTestnet.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74119866-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-74119866-1');
</script>
</head>
<body>
<div class="container">
<div class="text-center" id="banner">
<h1 id="title"><i class="fa fa-bolt"></i> Testnet lightning network stores <i class="fa fa-bolt"></i></h1>
</div>
<hr>
<p>For mainnet click <a href="https://lightningnetworkstores.github.io">here</a></p>
<hr>
<div id="mainTestnet-content">
</div>
<h1 class="text-info">Faucets</h1>
<ul>
<li><a href="http://tpfaucet.appspot.com/">Appspot</a></li>
<li><a href=https://testnet.manu.backend.hamburg/faucet>Backend Hamburg</a></li>
<li><a href=https://testnet.coinfaucet.eu/en/>Coinfaucet</a></li>
<li><a href=https://kuttler.eu/en/bitcoin/btc/faucet/>Kuttler</a></li>
</ul>
<h5>Know a store that is not listed here? <a href="https://github.com/lightningnetworkstores/lightningnetworkstores.github.io">Add it to the git repository</a> or send an email to [email protected]</h5>
<h5><a href="https://lightningnetworkstores.github.io/other">Other resources</a></h5>
</div>
</body>
</html>