-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
484 lines (458 loc) · 22.8 KB
/
index.html
File metadata and controls
484 lines (458 loc) · 22.8 KB
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dashboard - EasyCoin</title>
<!--<meta name="description" content="3D Glassmorphism Dashboard Template by TemplateMo">-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="templatemo-glass-admin-style.css">
<!--
TemplateMo 607 Glass Admin
https://templatemo.com/tm-607-glass-admin
-->
</head>
<body>
<!-- Animated Background -->
<div class="background"></div>
<div class="orb orb-1"></div>
<div class="orb orb-2"></div>
<div class="orb orb-3"></div>
<div class="dashboard">
<!-- Sidebar -->
<aside class="sidebar" id="sidebar">
<div class="sidebar-header">
<!-- <div class="logo"><img src="assets/logo.svg" width=45 height=45></div> -->
<img src="assets/logo.svg" height=45 width=45>
<span class="logo-text">EasyCoin</span>
</div>
<ul class="nav-menu">
<li class="nav-section">
<span class="nav-section-title">Main Menu</span>
<ul>
<li class="nav-item">
<a href="error.html" class="nav-link active">
<svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="3" width="7" height="7" rx="1"/>
<rect x="14" y="3" width="7" height="7" rx="1"/>
<rect x="3" y="14" width="7" height="7" rx="1"/>
<rect x="14" y="14" width="7" height="7" rx="1"/>
</svg>
Dashboard
</a>
</li>
<li class="nav-item">
<a href="error.html" class="nav-link">
<svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 2L2 7l10 5 10-5-10-5z"/>
<path d="M2 17l10 5 10-5"/>
<path d="M2 12l10 5 10-5"/>
</svg>
Analytics
<span class="nav-badge">New</span>
</a>
</li>
<li class="nav-item">
<a href="error.html" class="nav-link">
<svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/>
<circle cx="9" cy="7" r="4"/>
<path d="M23 21v-2a4 4 0 0 0-3-3.87"/>
<path d="M16 3.13a4 4 0 0 1 0 7.75"/>
</svg>
Users
</a>
</li>
<li class="nav-item">
<a href="error.html" class="nav-link">
<svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="3"/>
<path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"/>
</svg>
Settings
</a>
</li>
</ul>
</li>
<li class="nav-section">
<span class="nav-section-title">Account</span>
<ul>
<li class="nav-item">
<a href="login.html" class="nav-link">
<svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"/>
<polyline points="16 17 21 12 16 7"/>
<line x1="21" y1="12" x2="9" y2="12"/>
</svg>
Logout
</a>
</li>
</ul>
</li>
</ul>
<div class="sidebar-footer">
<div class="user-profile" onclick="throwError();">
<div class="user-avatar">Us</div>
<div class="user-info">
<div class="user-name">User9723413754</div>
<div class="user-role">Free Account</div>
</div>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polyline points="6 9 12 15 18 9"/>
</svg>
</div>
</div>
</aside>
<!-- Main Content -->
<main class="main-content">
<!-- Top Navbar -->
<nav class="navbar">
<h1 class="page-title">Dashboard</h1>
<div class="navbar-right">
<div class="search-box">
<svg class="search-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="11" cy="11" r="8"/>
<line x1="21" y1="21" x2="16.65" y2="16.65"/>
</svg>
<input type="text" class="search-input" placeholder="Search anything...">
</div>
<button class="nav-btn" onclick="throwError();">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"/>
<path d="M13.73 21a2 2 0 0 1-3.46 0"/>
</svg>
<span class="notification-dot"></span>
</button>
<button class="nav-btn" id="theme-toggle" title="Toggle Light/Dark Mode">
<svg class="icon-sun" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="4"/>
<path d="M12 2v2"/><path d="M12 20v2"/>
<path d="M4.93 4.93l1.41 1.41"/><path d="M17.66 17.66l1.41 1.41"/>
<path d="M2 12h2"/><path d="M20 12h2"/>
<path d="M6.34 17.66l-1.41 1.41"/><path d="M19.07 4.93l-1.41 1.41"/>
</svg>
<svg class="icon-moon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="display: none;">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/>
</svg>
</button>
</div>
</nav>
<!-- Stats Cards -->
<section class="stats-grid">
<div class="glass-card glass-card-3d stat-card">
<div class="stat-card-inner">
<div class="stat-info">
<h3>Account Balance</h3>
<div class="stat-value">0.00000 BTC</div>
<!--
<span class="stat-button">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="23 6 13.5 15.5 8.5 10.5 1 18"/></svg>
ADD FUNDS
</span> -->
<button class="btn-small">Add Funds</button>
</div>
<div class="stat-icon cyan">
<svg viewBox="0 0 24 24" fill="none" stroke="var(--emerald-light)" stroke-width="2">
<line x1="12" y1="1" x2="12" y2="23"/><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"/>
</svg>
</div>
</div>
</div>
<div class="glass-card glass-card-3d stat-card">
<div class="stat-card-inner">
<div class="stat-info">
<h3>Receive Cash Deposit</h3>
<!-- Doesn't work with light mode; Only works in dark mode -->
<label class="form-label" for="claim-code" style="font-size: 22px; color: white; margin-top: 24px;">Enter your claim code:</label>
<div class="miniform" id="claim-code-entry">
<input type="text" class="form-input" id="claim-code" maxlength="8" placeholder="AB12CD34" oninput="this.value = this.value.toUpperCase()">
<button class="btn-small" onclick="checkInput()";>Submit</button>
</div>
</div>
<div class="stat-icon magenta">
<svg viewBox="0 0 24 24" fill="none" stroke="var(--gold)" stroke-width="2">
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/>
<path d="M23 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/>
</svg>
</div>
</div>
</div>
<div class="glass-card glass-card-3d stat-card">
<div class="stat-card-inner">
<div class="stat-info">
<h3>Total Value</h3>
<div class="stat-value">$0.00</div>
<span class="stat-change negative">
<!--
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="23 18 13.5 8.5 8.5 13.5 1 6"/></svg>
-->
NOT READY
</span>
</div>
<div class="stat-icon purple">
<svg viewBox="0 0 24 24" fill="none" stroke="var(--coral)" stroke-width="2">
<circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/>
<path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"/>
</svg>
</div>
</div>
</div>
<div class="glass-card glass-card-3d stat-card">
<div class="stat-card-inner">
<div class="stat-info">
<h3>Conversion Rate</h3>
<div class="stat-value">3.24%</div>
<span class="stat-change positive">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="23 6 13.5 15.5 8.5 10.5 1 18"/></svg>
+2.4%
</span>
</div>
<div class="stat-icon success">
<svg viewBox="0 0 24 24" fill="none" stroke="var(--success)" stroke-width="2">
<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"/>
</svg>
</div>
</div>
</div>
</section>
<!-- Content Grid -->
<section class="content-grid">
<!-- Chart Card -->
<div class="glass-card chart-card">
<div class="card-header">
<div>
<h2 class="card-title">Value Changes</h2>
<p class="card-subtitle">Cryptocurrency price history (past month)</p>
</div>
<div class="card-actions">
<button class="card-btn active">Monthly</button>
<button class="card-btn" onclick="throwError();">Weekly</button>
<button class="card-btn" onclick="throwError();">Daily</button>
</div>
</div>
<div class="chart-wrapper">
<div class="chart-container">
<div class="chart-y-axis">
<span class="y-value">$100K</span>
<span class="y-value">$80K</span>
<span class="y-value">$60K</span>
<span class="y-value">$40K</span>
<span class="y-value">$20K</span>
<span class="y-value">$0</span>
</div>
<div class="chart-placeholder">
<div class="chart-bar-group"><div class="chart-bar bar-emerald" style="height: 120px;"></div><span class="chart-label">Jan</span></div>
<div class="chart-bar-group"><div class="chart-bar bar-gold" style="height: 160px;"></div><span class="chart-label">Feb</span></div>
<div class="chart-bar-group"><div class="chart-bar bar-coral" style="height: 90px;"></div><span class="chart-label">Mar</span></div>
<div class="chart-bar-group"><div class="chart-bar bar-teal" style="height: 140px;"></div><span class="chart-label">Apr</span></div>
<div class="chart-bar-group"><div class="chart-bar bar-amber" style="height: 180px;"></div><span class="chart-label">May</span></div>
<div class="chart-bar-group"><div class="chart-bar bar-emerald" style="height: 130px;"></div><span class="chart-label">Jun</span></div>
<div class="chart-bar-group"><div class="chart-bar bar-gold" style="height: 170px;"></div><span class="chart-label">Jul</span></div>
<div class="chart-bar-group"><div class="chart-bar bar-coral" style="height: 150px;"></div><span class="chart-label">Aug</span></div>
<div class="chart-bar-group"><div class="chart-bar bar-teal" style="height: 190px;"></div><span class="chart-label">Sep</span></div>
<div class="chart-bar-group"><div class="chart-bar bar-amber" style="height: 140px;"></div><span class="chart-label">Oct</span></div>
<div class="chart-bar-group"><div class="chart-bar bar-emerald" style="height: 175px;"></div><span class="chart-label">Nov</span></div>
<div class="chart-bar-group"><div class="chart-bar bar-gold" style="height: 200px;"></div><span class="chart-label">Dec</span></div>
</div>
</div>
</div>
</div>
<!-- Activity Feed -->
<div class="glass-card activity-card">
<div class="card-header">
<div>
<h2 class="card-title">Recent Activity</h2>
<p class="card-subtitle">Notices for your account</p>
</div>
</div>
<div class="activity-list">
<div class="activity-item">
<div class="activity-avatar" style="background: linear-gradient(135deg, var(--amber), var(--coral)); font-size: 1.2em;">⚠️</div>
<div class="activity-content">
<p class="activity-text">Your account is unverified. Please verify it.</p>
<span class="activity-time">2 minutes ago</span>
</div>
</div>
<div class="activity-item">
<div class="activity-avatar" style="background: linear-gradient(135deg, var(--emerald), var(--gold)); font-size: 1.2em;">👋</div>
<div class="activity-content">
<p class="activity-text">You created an account. Welcome to EasyCoin!</p>
<span class="activity-time">10 minutes ago</span>
</div>
</div>
</div>
</div>
<!-- Data Table -->
<div class="glass-card table-card">
<div class="card-header">
<div>
<h2 class="card-title">Recent Transactions</h2>
<p class="card-subtitle">Latest purchases and transfers</p>
</div>
<div class="card-actions">
<button class="card-btn" onclick="throwError();">View All</button>
<button class="card-btn" onclick="throwError();">Export</button>
</div>
</div>
<div class="table-wrapper">
<table class="data-table">
<thead>
<tr>
<th>Source</th>
<th>Description</th>
<th>Date</th>
<th>Status</th>
<th>Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td><div class="table-user"><div class="table-avatar" style="background: linear-gradient(135deg, var(--emerald-light), var(--emerald));">ATM</div><div class="table-user-info"><span class="table-user-name">Bitcoin ATM</span><span class="table-user-email">Gas Station #032</span></div></div></td>
<td>Transfer from ATM</td>
<td>Jan 15, 2026</td>
<td><span class="status-badge pending">Pending</span></td>
<td><span class="table-amount">$32,768.15</span></td>
</tr>
<tr>
<td><div class="table-user"><div class="table-avatar" style="background: linear-gradient(135deg, var(--cream), var(--info)); font-size: 1.5em;">🏦</div><div class="table-user-info"><span class="table-user-name">Bank of America</span><span class="table-user-email">Account #97314872</span></div></div></td>
<td>Wire Transfer from Bank</td>
<td>Jan 14, 2026</td>
<td><span class="status-badge error">Error</span></td>
<td><span class="table-amount">$65,535.92</span></td>
</tr>
<tr>
<td><div class="table-user"><div class="table-avatar" style="background: linear-gradient(135deg, var(--emerald), var(--gold)); font-size: 1.5em;">🪙</div><div class="table-user-info"><span class="table-user-name">EasyCoin</span><span class="table-user-email">Account #93825743</span></div></div></td>
<td>Transfer to Wallet</td>
<td>Jan 13, 2026</td>
<td><span class="status-badge error">Error</span></td>
<td><span class="table-amount">0.1134 BTC</span></td>
</tr>
<tr>
<td><div class="table-user"><div class="table-avatar" style="background: linear-gradient(135deg, var(--coral), var(--gold));">V</div><div class="table-user-info"><span class="table-user-name">EC Web Server</span><span class="table-user-email">NewUserVerify.php</span></div></div></td>
<td>CC Verification Charge Refund</td>
<td>Jan 12, 2026</td>
<td><span class="status-badge processing">Processing</span></td>
<td><span class="table-amount">$1.00</span></td>
</tr>
<tr>
<td><div class="table-user"><div class="table-avatar" style="background: linear-gradient(135deg, var(--coral), var(--gold));">V</div><div class="table-user-info"><span class="table-user-name">EC Web Server</span><span class="table-user-email">NewUserVerify.php</span></div></div></td>
<td>Credit Card Verification Charge</td>
<td>Jan 12, 2026</td>
<td><span class="status-badge processing">Processing</span></td>
<td><span class="table-amount">$1.00</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- Bottom Grid -->
<section class="bottom-grid">
<!-- Calendar Widget -->
<div class="glass-card">
<div class="calendar-header">
<h2 class="card-title">January 2025</h2>
<div class="calendar-nav">
<button class="calendar-nav-btn"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="15 18 9 12 15 6"/></svg></button>
<button class="calendar-nav-btn"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="9 18 15 12 9 6"/></svg></button>
</div>
</div>
<div class="calendar-grid">
<span class="calendar-day-name">Sun</span><span class="calendar-day-name">Mon</span><span class="calendar-day-name">Tue</span><span class="calendar-day-name">Wed</span><span class="calendar-day-name">Thu</span><span class="calendar-day-name">Fri</span><span class="calendar-day-name">Sat</span>
<span class="calendar-day other-month">29</span><span class="calendar-day other-month">30</span><span class="calendar-day other-month">31</span><span class="calendar-day today">1</span><span class="calendar-day">2</span><span class="calendar-day">3</span><span class="calendar-day">4</span>
<span class="calendar-day">5</span><span class="calendar-day">6</span><span class="calendar-day">7</span><span class="calendar-day">8</span><span class="calendar-day">9</span><span class="calendar-day">10</span><span class="calendar-day">11</span>
<span class="calendar-day">12</span><span class="calendar-day">13</span><span class="calendar-day">14</span><span class="calendar-day">15</span><span class="calendar-day">16</span><span class="calendar-day">17</span><span class="calendar-day">18</span>
<span class="calendar-day">19</span><span class="calendar-day">20</span><span class="calendar-day">21</span><span class="calendar-day">22</span><span class="calendar-day">23</span><span class="calendar-day">24</span><span class="calendar-day">25</span>
<span class="calendar-day">26</span><span class="calendar-day">27</span><span class="calendar-day">28</span><span class="calendar-day">29</span><span class="calendar-day">30</span><span class="calendar-day">31</span><span class="calendar-day other-month">1</span>
</div>
</div>
<!-- Donut Chart -->
<!--
<div class="glass-card">
<div class="card-header">
<div>
<h2 class="card-title">Traffic Sources</h2>
<p class="card-subtitle">User acquisition breakdown</p>
</div>
</div>
<div class="donut-container">
<div class="donut-chart">
<svg width="140" height="140" viewBox="0 0 140 140">
<circle class="donut-bg" cx="70" cy="70" r="54"/>
<circle class="donut-segment" cx="70" cy="70" r="54" stroke="var(--emerald-light)" stroke-dasharray="169.6 339.3" stroke-dashoffset="0"/>
<circle class="donut-segment" cx="70" cy="70" r="54" stroke="var(--gold)" stroke-dasharray="101.8 339.3" stroke-dashoffset="-169.6"/>
<circle class="donut-segment" cx="70" cy="70" r="54" stroke="var(--coral)" stroke-dasharray="67.9 339.3" stroke-dashoffset="-271.4"/>
</svg>
<div class="donut-center">
<div class="donut-value">24.5K</div>
<div class="donut-label">Visitors</div>
</div>
</div>
<div class="donut-legend">
<div class="legend-item"><span class="legend-color cyan"></span><span>Organic Search (50%)</span></div>
<div class="legend-item"><span class="legend-color magenta"></span><span>Social Media (30%)</span></div>
<div class="legend-item"><span class="legend-color purple"></span><span>Direct Traffic (20%)</span></div>
</div>
</div>
</div>
-->
<!-- Progress Card -->
<div class="glass-card progress-card">
<div class="card-header">
<div>
<h2 class="card-title">Verification Progress</h2>
<p class="card-subtitle">Verified accounts can do a lot more</p>
</div>
</div>
<div class="progress-item">
<div class="progress-header"><span class="progress-label">Email Verification</span><span class="progress-value">Complete</span></div>
<div class="progress-bar"><div class="progress-fill cyan" style="width: 100%;"></div></div>
</div>
<div class="progress-item">
<div class="progress-header"><span class="progress-label">Billing Verification</span><span class="progress-value">Complete</span></div>
<div class="progress-bar"><div class="progress-fill cyan" style="width: 100%;"></div></div>
</div>
<div class="progress-item">
<div class="progress-header"><span class="progress-label">Human Verification</span><span class="progress-value">Error</span></div>
<div class="progress-bar"><div class="progress-fill purple" style="width: 25%;"></div></div>
</div>
</div>
</section>
</main>
</div>
<!-- Mobile Menu Toggle -->
<button class="mobile-menu-toggle">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="18" x2="21" y2="18"/>
</svg>
</button>
<!-- Footer -->
<footer class="site-footer">
<p>Copyright © 2026 EasyCoin. Designed by <a href="https://templatemo.com" target="_blank" rel="nofollow">TemplateMo</a></p>
</footer>
<script src="templatemo-glass-admin-script.js"></script>
<!-- TemplateMo 607 Glass Admin -->
<script>
function throwError() {
document.write("A fatal error has occured. Please reload the page and try again.");
}
// The following code was created by ChatGPT.
function checkInput() {
const value = document.getElementById("claim-code").value;
// Empty input → special error
if (value.length === 0) {
return;
}
// Exactly 8 chars, only A–Z and 0–9
const valid = /^[A-Z0-9]{8}$/.test(value);
if (valid) {
window.location.assign("captcha.html"); // Change this to your own fake CAPTCHA page
} else {
alert("Invalid format. Make sure you entered the code correctly.");
}
}
</script>
</body>
</html>