-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtop-ten-scam.html
36 lines (36 loc) · 1.38 KB
/
top-ten-scam.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Top 100 Crypto Arnaque</title>
<link rel="stylesheet" href="topten.css">
</head>
<body>
<header>Top 100 Cryptos scam</header>
<div class="content">
<p>Exemple des tokens ayant le plus faible pourcentage de leur capacité maximale, donc qui sont apriori des bons plans mais, sans potentiel de croissance
car sans MarketCap ou fond réel donc ce sont soit des projets abandonné, arnaque ou scam.</p>
<div id="loading" class="loading">Chargement des données...</div>
<table id="results" style="display: none;">
<thead>
<tr>
<th>Nom</th>
<th>Symbole</th>
<th>Capacité Max (%)</th>
<th>Rang</th>
<th>Market Cap ($)</th>
<th>Offre en Circulation (%)</th>
</tr>
</thead>
<tbody></tbody>
</table>
<div id="error" class="error" style="display: none;">Erreur lors du chargement des données. Veuillez réessayer.
</div>
</div>
<script src="topten.js"></script>
</body>
<strong>
<p style="text-align:center;color:white;"><a href="index.html">Retour à FiboScope ↩️</a></p>
</strong>
</html>