forked from orenyomtov/openordex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
213 lines (203 loc) · 6.8 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="canonical" href="https://liteordex.scaur.nz/" />
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>LiteOrdex - Litecoin Ordinals Decentralized Exchange</title>
<meta
name="description"
content="LiteOrdex is a Trustless Litecoin NFT Marketplace"
/>
<meta
name="keywords"
content="ordinals, litecoin, nfts, nft, nft, ltc, inscriptions, digital artifacts, marketplace"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://liteordex.scaur.nz/" />
<meta
property="og:title"
content="LiteOrdex - Litecoin Ordinals Decentralized Exchange"
/>
<meta
property="og:description"
content="LiteOrdex is an open source zero-fee trustless Litecoin NFT marketplace based on partially signed litecoin transactions"
/>
<meta
property="og:image"
content="https://liteordex.scaur.nz/img/screenshot.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://liteordex.scaur.nz/" />
<meta
property="twitter:title"
content="LiteOrdex - Litecoin Ordinals Decentralized Exchange"
/>
<meta
property="twitter:description"
content="LiteOrdex is an open source zero-fee trustless Litecoin NFT marketplace based on partially signed litecoin transactions"
/>
<meta
property="twitter:image"
content="https://liteordex.scaur.nz/img/screenshot.png"
/>
<!-- Favicon -->
<link
rel="apple-touch-icon"
sizes="60x60"
href="img/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="img/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="img/favicon/favicon-16x16.png"
/>
<meta name="msapplication-TileColor" content="#2d89ef" />
<meta name="theme-color" content="#ffffff" />
<!-- Bootstrap CSS -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Pixel CSS -->
<link type="text/css" rel="stylesheet" href="css/w95.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-PGT03XEJ4W"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-PGT03XEJ4W");
</script>
</head>
<body>
<header class="header-global">
<nav
id="navbar-main"
class="navbar d-flex flex-row align-items-center navbar-main navbar-expand-lg navbar-dark justify-content-between"
>
<ul class="navbar-nav navbar-nav-hover flex-row align-items-center">
<li class="nav-item">
<a href="/" class="nav-link" role="button">
<span class="nav-link-inner-text"
>LiteOrdex <span id="networkName"></span
></span>
</a>
</li>
<li class="nav-item">
<a
href="https://github.com/jamesscaur/liteordex"
target="_blank"
class="nav-link"
role="button"
>
<span class="nav-link-inner-text">GitHub</span>
</a>
</li>
<li class="nav-item">
<a
href="https://twitter.com/liteordex"
target="_blank"
class="nav-link"
role="button"
>
<span class="nav-link-inner-text">Twitter</span>
</a>
</li>
</ul>
<div class="time text-center">
<span id="time" class="text-uppercase"></span>
</div>
</nav>
</header>
<main>
<!-- Section -->
<section class="min-vh-100 d-flex align-items-center bg-secondary">
<div class="container">
<div class="row justify-content-center">
<div
class="col-12 d-flex align-items-center justify-content-center mt-4"
>
<div class="card card-tertiary w-100 fmxw-400">
<div class="card-header text-center">
<span>Open Inscription</span>
</div>
<div class="card-body">
<form action="inscription.html" class="mt-0" method="GET">
<!-- Form -->
<div class="form-group">
<label for="number" class="mb-2"
>Inscription number or id</label
>
<input
id="number"
name="number"
class="form-control"
placeholder="652"
required
/>
</div>
<!-- End of Form -->
<button type="submit" class="btn btn-block btn-primary">
Open Inscription
</button>
</form>
</div>
</div>
</div>
<div class="mb-2" style="margin-top: 2rem">
<h4 class="text-white text-underline">
<a href="/listings.html">Latest Listings</a>
</h4>
</div>
<div
id="ordersContainer"
class="mt-4 flex-grid col-12 d-flex align-items-start justify-content-center"
>
<h6 class="text-gray my-5">Loading...</h6>
</div>
<div class="mb-2" style="margin-top: 2rem">
<h4 class="text-white text-underline text-center">
<a href="/collections.html">Collections</a>
</h4>
<div class="form-group">
<input
id="number"
name="number"
class="form-control mt-3 search"
placeholder="Search collections by name"
required
oninput="searchCollections(this.value)"
/>
</div>
</div>
<div
id="collectionsContainer"
class="mt-4 flex-grid col-12 d-flex align-items-start justify-content-center"
>
<h6 class="text-gray my-5">Loading...</h6>
</div>
</div>
</div>
</section>
</main>
<script src="js/secp256k1.js"></script>
<script type="module" src="js/bitcoinjs-lib.js"></script>
<script src="js/nostr.js"></script>
<script src="js/app.js"></script>
</body>
</html>