-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·611 lines (567 loc) · 25.7 KB
/
Copy pathindex.html
File metadata and controls
executable file
·611 lines (567 loc) · 25.7 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
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="Zenithpool - Precision Crypto Mining" />
<meta
name="description"
content="Zenithpool delivers a refined cryptocurrency mining experience with transparent fees, reliable infrastructure, and real-time visibility for serious miners."
/>
<meta
name="keywords"
content="Zenithpool, cryptocurrency mining pool, crypto mining, mining pool, transparent mining fees, real-time mining statistics, multi-coin mining"
/>
<meta name="robots" content="index, follow" />
<meta property="og:title" content="Zenithpool - Precision Crypto Mining" />
<meta
property="og:description"
content="Zenithpool delivers a refined cryptocurrency mining experience with transparent fees, reliable infrastructure, and real-time visibility for serious miners."
/>
<meta property="og:image" content="./img/webp/default.webp" />
<meta property="og:url" content="DOMAIN_ADDDRESS_HERE" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Zenithpool - Precision Crypto Mining" />
<meta
name="twitter:description"
content="Zenithpool delivers a refined cryptocurrency mining experience with transparent fees, reliable infrastructure, and real-time visibility for serious miners."
/>
<meta name="twitter:image" content="./img/webp/default.webp" />
<meta name="twitter:site" content="@Zenithpool" />
<meta name="twitter:creator" content="@Zenithpool" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="canonical" href="DOMAIN_ADDDRESS_HERE" />
<title>Zenithpool</title>
<script src="https://kit.fontawesome.com/047445586a.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lipis/flag-icons@7.2.3/css/flag-icons.min.css" />
<script
src="https://code.jquery.com/jquery-3.7.1.slim.js"
integrity="sha256-UgvvN8vBkgO0luPSUl2s8TIlOSYRoGFAX4jlCIm9Adc="
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-adapter-date-fns"></script>
<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=Sora:wght@500;600;700&family=Space+Grotesk:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" href="./src/styles.css" />
<script src="./src/api.js"></script>
<script src="./src/listed-coins.js"></script>
<script src="./src/router.js"></script>
<script src="./src/landing.js"></script>
<script src="./src/pool.js"></script>
<script src="./src/miner.js"></script>
<script src="./src/events.js"></script>
</head>
<body>
<header class="gradient-border">
<div class="header-subcontainer">
<div class="logo-and-name">
<a href="/" aria-label="Zenithpool home">
<img class="logo" src="./img/webp/default.webp" alt="Zenithpool logo" />
</a>
<div class="brand-text">
<div class="brand-kicker">Hashing At Full Altitude</div>
<h1 class="brand-name">Zenithpool</h1>
</div>
</div>
<button
class="header-menu-btn"
aria-label="Open navigation"
onclick="document.body.classList.toggle('nav-open')"
>
<span class="fa fa-bars"></span>
</button>
<nav class="header-nav">
<a href="/" aria-label="Home">Home</a>
</nav>
</div>
</header>
<!-- Landing-->
<section id="hero-section" class="hero">
<h1>Mine at the peak</h1>
<p>
Zenithpool pairs clean real-time visibility with dependable infrastructure, so you can track performance, and
mine with confidence. (Website under construction)
</p>
<div class="cards">
<div class="card">
<div class="label">Regular payouts every</div>
<div>20 minutes</div>
</div>
<div class="card">
<div class="label">Fees</div>
<div>0.5% - 1.5%</div>
</div>
<div
class="card"
title="This calculation requires pool coin to be listed in CoinGecko, to be included in the calculations."
>
<div class="label">Paid to miners</div>
<div id="totalPaid">0 USD</div>
</div>
<div class="card">
<div class="label">Miners online</div>
<div id="connectedMiners"></div>
</div>
</div>
</section>
<section id="wallet-address-search-section" class="wallet-input">
<input type="text" id="wallet-address-search-input" placeholder="Search your wallet address" />
</section>
<section id="pool-cards-section" class="content">
<h1><i class="fa-solid fa-cubes"></i></h1>
<div id="pool-type-buttons" class="pool-type-buttons"></div>
<div id="pool-cards" class="cards"></div>
</section>
<section id="about-section" class="content">
<div class="cards">
<div class="card">
<h1>Sharper pool visibility</h1>
<p>
Read miner counts, fees, pool luck, and payout flow at a glance. Zenithpool keeps the signal clear so
operational decisions stay fast.
</p>
</div>
<div class="card">
<h1>Built for steady throughput</h1>
<p>
Low-friction pool, frequent payouts, and streamlined connection details make it easier to keep rigs
productive without extra noise.
</p>
</div>
<div class="card">
<h1>Zenith by design</h1>
<p>
The Zenithpool theme trades generic pool styling for a brighter, cleaner identity built around teal
contrast, strong typography, and focused data panels.
</p>
</div>
</div>
</section>
<!-- pool -->
<nav id="pool-submenu" class="navbar" style="display: none">
<ul class="nav-list">
<li><button id="open-connect-button" class="nav-button">Connect</button></li>
<li><button id="open-statistics-button" class="nav-button">Statistics</button></li>
<li><button id="open-miners-button" class="nav-button">Miners</button></li>
<li><button id="open-blocks-button" class="nav-button">Blocks</button></li>
<li><button id="open-payments-button" class="nav-button">Payments</button></li>
</ul>
</nav>
<section id="statistics" class="hero" style="display: none">
<h1 id="statistics-header">Statistics</h1>
<div class="cards">
<div class="card">
<div class="label">Token</div>
<div id="statistics-token"></div>
</div>
<div class="card">
<div class="label">Chain Height</div>
<div id="statistics-chain-height"></div>
</div>
<div class="card">
<div class="label">Miners</div>
<div id="statistics-miners"></div>
</div>
<div class="card">
<div class="label">Last Pool Block</div>
<div id="statistics-last-blocks"></div>
</div>
<div class="card">
<div class="label">Pool Luck</div>
<div id="statistics-pool-luck"></div>
</div>
<div class="card">
<div class="label">Network difficulty</div>
<div id="statistics-network-difficulty"></div>
</div>
<div class="card">
<div class="label">Pool Hashrate</div>
<div id="statistics-pool-hashrate"></div>
</div>
<div class="card">
<div class="label">Network Hashrate</div>
<div id="statistics-network-hashrate"></div>
</div>
<div class="card">
<div class="label">Pool Fee</div>
<div id="statistics-pool-fee"></div>
</div>
<div class="card">
<div class="label">Total Paid</div>
<div id="statistics-total-paid"></div>
</div>
<div class="card">
<div class="label">Total Pool Blocks</div>
<div id="statistics-total-pool-blocks"></div>
</div>
<div class="card">
<div class="label">Total Confirmed Blocks</div>
<div id="statistics-total-confirmed-blocks"></div>
</div>
<div class="card">
<div class="label">Block Confirmations</div>
<div id="statistics-block-confirmations-percentage"></div>
</div>
<div class="card">
<div class="label">Pending blocks</div>
<div id="statistics-pending-blocks"></div>
</div>
</div>
</section>
<section id="chart-container" class="content" style="display: none">
<canvas id="hashrateChart"></canvas>
</section>
<section id="connect" class="hero" style="display: none">
<h1 id="connect-header-address">Pool address</h1>
<div id="pool-address" class="pool-address-card"></div>
<h1 id="connect-header-addresses">Stratums</h1>
<div id="connect-servers-table" class="cards"></div>
<h1 id="connect-header-ports">Ports</h1>
<div id="connect-ports-table" class="cards"></div>
</section>
<section id="miners" class="table-content" style="display: none">
<h1 id="miners-header">Miners</h1>
<div id="miners-table" class="miner-cards"></div>
</section>
<section id="blocks" class="table-content" style="display: none">
<h1 id="blocks-header">Blocks</h1>
<div id="blocks-table" class="block-cards"></div>
</section>
<section id="payments" class="table-content" style="display: none">
<h1 id="payments-header">Payments</h1>
<div id="payments-table" class="payments-cards"></div>
</section>
<!-- Miner -->
<section id="miner-statistics" class="hero" style="display: none">
<h1 id="miner-statistics-header">Your statistics</h1>
<p id="miner-statistics-address"></p>
<div class="cards">
<div class="card">
<div class="label">Pool</div>
<div id="miner-statistics-pool"></div>
</div>
<div class="card">
<div class="label">Pending Shares</div>
<div id="miner-statistics-pending-shares"></div>
</div>
<div class="card">
<div class="label">Pending Balance</div>
<div id="miner-statistics-pending-balance"></div>
</div>
<div class="card">
<div class="label">Pending Blocks</div>
<div id="miner-statistics-pending-blocks"></div>
</div>
<div class="card">
<div class="label">Confirmed Blocks</div>
<div id="miner-statistics-confirmed-blocks"></div>
</div>
<div class="card">
<div class="label">Total Paid</div>
<div id="miner-statistics-total-paid"></div>
</div>
<div class="card">
<div class="label">Paid Today</div>
<div id="miner-statistics-today-paid"></div>
</div>
<div class="card">
<div class="label">Last Payment</div>
<div id="miner-statistics-last-payment"></div>
</div>
<div class="card">
<div class="label">Miner Luck</div>
<div id="miner-statistics-miner-luck"></div>
</div>
</div>
</section>
<nav id="miner-submenu" class="navbar" style="display: none">
<ul class="nav-list">
<li><button id="open-miner-statistics-button" class="nav-button">Graph</button></li>
<li><button id="open-miner-workers-button" class="nav-button">Workers</button></li>
<li><button id="open-miner-blocks-button" class="nav-button">Blocks</button></li>
<li><button id="open-miner-payments-button" class="nav-button">Payments</button></li>
<li><button id="open-miner-settings-button" class="nav-button">Settings</button></li>
</ul>
</nav>
<section id="miner-chart-container" class="content" style="display: none">
<canvas id="minerHashrateChart"></canvas>
</section>
<section id="workers" class="table-content" style="display: none">
<h1 id="workers-header">Workers</h1>
<div id="workers-table" class="worker-cards"></div>
</section>
<section id="miner-blocks" class="table-content" style="display: none">
<h1 id="miner-blocks-header">Blocks</h1>
<div id="miner-blocks-table" class="miner-blocks-cards"></div>
</section>
<section id="miner-payments" class="table-content" style="display: none">
<h1 id="miner-payments-header">Payments</h1>
<div id="miner-payments-table" class="miner-payments-cards"></div>
</section>
<section id="miner-settings" class="table-content" style="display: none">
<h1 id="miner-settings-header">Settings</h1>
<div id="miner-settings-table" class="miner-settings-cards">
<div class="miner-settings-card">
<div class="miner-settings-card-row">
<h2 class="miner-settings-card-header">Payment threshold</h2>
</div>
<div class="miner-settings-card-row">
<label for="miner-setings-wallet-input">Mining address:</label>
<input type="text" id="miner-setings-wallet-input" placeholder="Mining address" />
</div>
<div class="miner-settings-card-row mt-5">
<label for="miner-settings-threshold-input">Payment threshold:</label>
<input type="number" id="miner-settings-threshold-input" placeholder="Payment threshold" />
</div>
<div class="miner-settings-card-row mt-5">
<label for="miner-settings-ip-input">Latest mining IP:</label>
<input type="text" id="miner-settings-ip-input" placeholder="Latest mining IP" />
</div>
<div class="miner-settings-card-row mt-25">
<button id="miner-settings-threshold-submit-button" class="nav-button">Save Threshold</button>
</div>
<div class="miner-settings-card-row mt-25">
<p id="success-threshold" style="display: none">Threshold saved</p>
<p id="failure-threshold" style="display: none">Threshold saving failed</p>
</div>
</div>
</div>
</section>
<!-- Terms of Service -->
<section id="terms-of-service" class="table-content" style="display: none">
<h1>Terms of Service</h1>
<p><strong>Effective Date:</strong> 01.01.2025</p>
<p>
Welcome to <strong>Zenithpool</strong>, operated by <strong>COMPANY_NAME_HERE</strong> ("Company," "we," "our,"
or "us").
</p>
<p>
These <strong>Terms of Service</strong> ("Terms") govern your use of the Zenithpool website ("Website") and
cryptocurrency mining pool ("Services"). By accessing or using our Services, you agree to be bound by these
Terms. If you do not agree, please refrain from using our Services.
</p>
<h2>1. Eligibility</h2>
<ul>
<li>You must be at least 18 years old to use our Services.</li>
<li>You must comply with all applicable laws and regulations related to cryptocurrency mining.</li>
<li>We reserve the right to refuse service to anyone at our sole discretion.</li>
</ul>
<h2>2. Account Registration & Security</h2>
<ul>
<li>Some features may require you to register an account.</li>
<li>You are responsible for maintaining the confidentiality of your credentials.</li>
<li>You agree to notify us immediately of any unauthorized account activity.</li>
</ul>
<h2>3. Use of Services</h2>
<ul>
<li>You agree to use the Services only for lawful purposes.</li>
<li>You must not engage in any fraudulent, malicious, or unauthorized activities.</li>
<li>You acknowledge that cryptocurrency mining carries financial and technical risks.</li>
</ul>
<h2>4. Fees & Payments</h2>
<ul>
<li>Mining fees range between <strong>0% - 5%</strong>, depending on the cryptocurrency.</li>
<li>Payouts are processed at least every <strong>hour</strong>, subject to network and pool conditions.</li>
<li>We are not responsible for failed transactions due to incorrect wallet addresses.</li>
</ul>
<h2>5. Prohibited Activities</h2>
<ul>
<li>You may not interfere with our network, attempt to hack, or engage in fraudulent mining.</li>
<li>Use of botnets, stolen hardware, or other illicit methods is strictly prohibited.</li>
<li>Any violation may result in account suspension or termination.</li>
</ul>
<h2>6. Data & Privacy</h2>
<ul>
<li>Our <a href="/privacy-policy">Privacy Policy</a> outlines how we collect, use, and store your data.</li>
<li>We do not sell or share your personal data with third parties except as required by law.</li>
<li>You acknowledge that mining-related data (e.g., hash rates, wallet addresses) are publicly visible.</li>
</ul>
<h2>7. Service Availability & Liability</h2>
<ul>
<li>We strive to maintain <strong>99.9% uptime</strong>, but we do not guarantee uninterrupted service.</li>
<li>We are not liable for losses due to service disruptions, software errors, or blockchain network issues.</li>
<li>
You assume all risks associated with cryptocurrency mining, including market volatility and hardware failure.
</li>
</ul>
<h2>8. Termination & Suspension</h2>
<ul>
<li>We may suspend or terminate your access if you violate these Terms.</li>
<li>In cases of fraudulent activity, we reserve the right to withhold or reclaim unpaid mining rewards.</li>
<li>
We reserve the right to withhold or reclaim unpaid mining rewards from miners that have not withdrawn their
rewards for 90 days.
</li>
</ul>
<h2>9. Amendments to Terms</h2>
<ul>
<li>We may update these Terms periodically.</li>
<li>Continued use of the Services after updates constitutes acceptance of the revised Terms.</li>
</ul>
<h2>10. Governing Law & Dispute Resolution</h2>
<ul>
<li>These Terms are governed by the laws of <strong>Turkey</strong>.</li>
<li>Any disputes will be resolved in the courts of <strong>Istanbul, Turkey</strong>.</li>
</ul>
<h2>11. Contact Information</h2>
<p>For any questions regarding these Terms, please contact us at:</p>
<p><strong>Email: </strong>EMAIL_ADDRESS_HERE</p>
<p><strong>Website: </strong><a href="DOMAIN_ADDDRESS_HERE" target="_blank">DOMAIN_ADDDRESS_HERE</a></p>
<p>By using Zenithpool, you acknowledge that you have read, understood, and agree to these Terms.</p>
</section>
<!-- Cookie Polic -->
<section id="cookie-policy" class="content" style="display: none">
<h1>Cookie Policy</h1>
<p><strong>Effective Date:</strong> 01.01.2025</p>
<p>
This Cookie Policy explains how <strong>Zenithpool</strong> ("Website," "we," "our," or "us") uses cookies and
similar technologies on our website (<a href="DOMAIN_ADDDRESS_HERE" target="_blank">www.Zenithpool.com</a>) to
enhance user experience and improve our Services.
</p>
<h2>1. What Are Cookies?</h2>
<p>
Cookies are small text files stored on your device when you visit a website. They help websites recognize your
device and remember certain information about your visit, such as preferences and login details.
</p>
<h2>2. Types of Cookies We Use</h2>
<ul>
<li>
<strong>Essential Cookies:</strong> Necessary for website functionality, such as logging in and accessing
secure areas.
</li>
<li><strong>Functional Cookies:</strong> Remember user preferences, such as language settings.</li>
</ul>
<h2>3. How We Use Cookies</h2>
<p>We use cookies to:</p>
<ul>
<li>Ensure the website functions correctly.</li>
<li>Improve user experience and website performance.</li>
</ul>
<h2>4. Managing Cookies</h2>
<p>
You can control and delete cookies through your browser settings. Here’s how you can do it in popular browsers:
</p>
<ul>
<li><a href="https://support.google.com/chrome/answer/95647" target="_blank">Google Chrome</a></li>
<li>
<a href="https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop" target="_blank"
>Mozilla Firefox</a
>
</li>
<li><a href="https://support.apple.com/en-gb/guide/safari/sfri11471/mac" target="_blank">Apple Safari</a></li>
<li>
<a
href="https://support.microsoft.com/en-us/help/17442/windows-internet-explorer-delete-manage-cookies"
target="_blank"
>Microsoft Edge</a
>
</li>
</ul>
<h2>5. Updates to This Policy</h2>
<p>
We may update this Cookie Policy periodically. Any changes will be posted on this page with the updated date and
required information will be delivered.
</p>
<h2>6. Contact Us</h2>
<p>If you have any questions about our Cookie Policy, please contact us at:</p>
<p><strong>Email: </strong>EMAIL_ADDRESS_HERE</p>
<p><strong>Website: </strong><a href="DOMAIN_ADDDRESS_HERE" target="_blank">DOMAIN_ADDDRESS_HERE</a></p>
</section>
<!-- Privacy Policy -->
<section id="privacy-policy" class="content" style="display: none">
<h1>Privacy Policy</h1>
<p><strong>Effective Date:</strong> 01.01.2024</p>
<p>
Welcome to <strong>Zenithpool</strong> ("Website," "we," "our," or "us"). This Privacy Policy explains how we
collect, use, disclose, and protect your personal information when you use our website (<a
href="DOMAIN_ADDDRESS_HERE"
target="_blank"
>www.Zenithpool.com</a
>) and services.
</p>
<h2>1. Information We Collect</h2>
<p>We collect the following types of information:</p>
<ul>
<li>
<strong>Personal Information:</strong> Name, email address, contact details (if provided during inquiries).
</li>
<li><strong>Technical Data:</strong> IP address, browser type, operating system, and access timestamps.</li>
<li><strong>Mining Data:</strong> Hash rates, wallet addresses, and mining-related activities.</li>
<li>
<strong>Cookies & Tracking Technologies:</strong> See our
<a href="/cookie-policy" onclick="navigate('/cookie-policy')" aria-label="Cookie Policy">Cookie Policy</a> for
details on how we use cookies.
</li>
</ul>
<h2>2. How We Use Your Information</h2>
<p>We use collected data for the following purposes:</p>
<ul>
<li>To provide and improve our mining services.</li>
<li>To enhance website security and prevent fraud.</li>
<li>To comply with legal and regulatory requirements.</li>
<li>To analyze user trends and optimize our platform.</li>
</ul>
<h2>3. Sharing & Disclosure of Information</h2>
<p>We do <strong>not</strong> sell or share your personal data except in the following cases:</p>
<ul>
<li><strong>Legal Compliance:</strong> When required by law or regulatory authorities.</li>
<li><strong>Security Protection:</strong> To prevent fraud, cyber threats, or unauthorized activities.</li>
<li>
<strong>Service Providers:</strong> Third-party partners that assist in website hosting, analytics, or
security.
</li>
</ul>
<h2>4. Data Security</h2>
<p>
We implement security measures to protect your data, including encryption and secure servers. However, no method
of transmission over the Internet is 100% secure.
</p>
<h2>5. Your Rights & Choices</h2>
<p>You have the right to:</p>
<ul>
<li>Request access to the personal data we hold about you.</li>
<li>Request deletion or correction of your data.</li>
<li>Opt out of certain data collection methods (e.g., cookies).</li>
</ul>
<h2>6. Third-Party Services</h2>
<p>
Our website may contain links to third-party services (e.g., payment processors, analytics tools). We are not
responsible for their privacy policies.
</p>
<h2>7. Changes to This Policy</h2>
<p>
We may update this Privacy Policy from time to time. Any changes will be posted on this page with the updated
date.
</p>
<h2>8. Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at:</p>
<p><strong>Email: </strong>EMAIL_ADDRESS_HERE</p>
<p><strong>Website: </strong><a href="DOMAIN_ADDDRESS_HERE" target="_blank">DOMAIN_ADDDRESS_HERE</a></p>
</section>
<!-- footer -->
<footer>
<div class="copyright">
<p>© 2026 Zenithpool.</p>
</div>
<div class="legal-links">
<ul class="legal-links-list">
<li id="terms-of-service-button">
<a href="/terms-of-service" aria-label="Terms of Service">Terms of service</a>
</li>
<li id="privacy-policy-button"><a href="/privacy-policy" aria-label="Privacy Policy">Privacy Policy</a></li>
<li id="cookie-policy-button"><a href="/cookie-policy" aria-label="Cookie Policy">Cookie Policy</a></li>
</ul>
</div>
<div class="socials">
<a href="DISCORD_LINK_HERE" aria-label="Discord invite link"><i class="fa-brands fa-discord"></i></a>
<a href="TELEGRAM_LINK_HERE" aria-label="Telegram invite link"><i class="fa-brands fa-telegram"></i></a>
</div>
</footer>
</body>
</html>