forked from ryucrypt/nft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (51 loc) · 2.37 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="96x96" href="res/favi.png">
<title>NFT Tools</title>
<meta property="og:title" content="NFT Tools">
<meta property="og:image" content="https://ryucrypt.github.io/nft/res/favi.png">
<meta property="og:description" content="Various NFT tools on the WAX blockchain">
<meta property="og:type" content="website">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0" crossorigin="anonymous">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HG5WVNP5BP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HG5WVNP5BP');
</script>
</head>
<body>
<div class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="./" class="align-items-center me-auto text-dark text-decoration-none">
<h2>NFT Tools</h2>
<p>Various NFT tools on the WAX blockchain</p>
</a>
</header>
<main>
<div class="row">
<div class="col">
<ul>
<li><a href="./wd">WhiteDragon NFT</a></li>
<li><a href="./c11">Cosmos Eleven</a></li>
<li><a href="./mercart">Mercenary Art Studio</a></li>
<li><a href="./unaxx">Unaxx Battle Game</a></li>
<li><a href="./nftdraft">NFTDraft.io</a></li>
</ul>
</div>
</div>
</main>
<footer>
<div class="row justify-content-center border-top">
<p class="text-center text-muted my-3">Made by ryucrypt: wwiem.wam</p>
<p class="text-center text-muted">These are unofficial tools, please use at your own discretion.</p>
</div>
</footer>
</div>
</body>
</html>