-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>coins.b1tco1n.org - COINS</title>
<style>
body {
font-family: 'Roboto', sans-serif;
text-align: center;
margin: 0;
background: #122;
color: #eee;
}
</style>
</head>
<body>
<h1>b1tco1n.org - Coins</h1>
<p>to buy coins scan or paste LNURL code and put your shipping address inside the comment.</p>
<div class="coin">
<h2>Coin 1st Edition</h2>
<img width="450" src="coin.jpg" alt="b1tco1n coin">
<h3>price was 30.000 sats.</h3>
<p>First edition coins are sold out. (01.04.2023)</p>
</div>
<div class="coin">
<h2>Coin 2nd Edition</h2>
<p>999 Siver, nickel silver, brass or bronze</p>
<li>20000 sats per coin</li>
<li>21000 sats per brass coin</li>
<li>72000 sats per silver (999) coin</li>
<li>all coins can be etched with <a href="https://en.wikipedia.org/wiki/Liver_of_sulfur">liver of sulfur</a> + 2000 sats.</li>
<img src="coin2.jpg" alt="">
</div>
</body>
</html>