forked from hydren-crypto/stampchain
-
Notifications
You must be signed in to change notification settings - Fork 1
/
minting.html
55 lines (31 loc) · 1.8 KB
/
minting.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>
<link rel="apple-touch-icon" href="/images/stamp.jpg">
<link rel="icon" type="image/x-icon" href="/images/stamp.jpg">
<meta property="og:title" content="BITCOIN STAMPS" />
<meta property="og:description" content="Unprunable UTXO Art, Because Sats Don’t Exist." />
<meta property="og:image" content="/images/stamp.jpg" />
<meta name="title" content="BITCOIN STAMPS"/>
<meta name="description" content="Unprunable UTXO Art, Because Sats Don’t Exist." />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<link rel="stylesheet" type="text/css" media="all" href="style.css" />
<meta charset="UTF-8">
<title>BITCOIN STAMPS - Minting</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
</head>
<body>
<div id="menu">
<a href="https://github.com/mikeinspace/stamps/blob/main/BitcoinStamps.md" target="_blank">About</a> | <strong>Minting</strong> | <a href="https://t.me/BitcoinStamps" target="_blank">Join us!</a>
</div>
<h1><a href="https://stampchain.io/">BITCOIN STAMPS</a></h1>
<h2><em>Unprunable UTXO Art, because Sats don’t exist.</em></h2>
<h3>Minting STAMPS</h3>
<div id="BigLaunchButton"><a href="https://stampchain.io/mint/" target="_blank">Stamp Minting Utility ›››</a></div>
<div id="container">
<img id="marquee" src="/stamps/c46c4e59f64cdcce78e6680079bf6ae9b4d976f07eba2797c02c4c602807b17e.gif">
<p>Minting instructions along with other helpful tips can be <a href="https://docs.google.com/document/d/e/2PACX-1vQ-W1Po7gSHlGg9L_yqWv0VMr7i4eLjN6MSkLZ83QzKrPgxnDxvRSQJC1XOZY4eKyhMDSNJhUQwg-nY/pub" target="_blank">found here</a>.</p>
<p id="copyright">© 2023 Bitcoin Stamps</p>
</div>
</body>
</html>