forked from hydren-crypto/stampchain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
asset.html
42 lines (27 loc) · 1.28 KB
/
asset.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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/x-icon" href="/images/icon.jpg">
<link rel="apple-touch-icon" href="/images/icon.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 - Asset Details</title>
<script src="app.js" defer></script>
</head>
<body>
<div id="menu">
<a href="https://github.com/mikeinspace/stamps/blob/main/BitcoinStamps.md" target="_blank">About</a> | <a href="/minting.html">Minting</a> | <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>Asset Details</h3>
<div id="asset-container"></div>
<p id="copyright">© 2023 Bitcoin Stamps</p>
</body>
</html>