-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathstatistics.html
129 lines (106 loc) · 4.85 KB
/
statistics.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
<!doctype html>
<html lang="en" class='color-transition'>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<!-- PWA -->
<meta name="theme-color" content="#1E2124" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="#1E2124" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="msapplication-TileImage" content="/img/background-multichain-min.png">
<meta name="msapplication-TileColor" content="#1E2124">
<meta name="msapplication-tap-highlight" content="no">
<title>DexPairs.xyz | Statistics</title>
<meta name="description" content="Few statistics" />
<meta name="author" content="Dorian Bayart" />
<meta name="keywords" content="dexpairs, crypto, currency, prices, portfolio, tokens, wallet, nft, bitcoin, ens, eth, subgraph, matic, polygon, ethereum, cronos, bsc, bnb chain, fantom, xdai, gnosis, arbitrum, avalanche, celo, zksync, defi, dex, uniswap, quickswap, pancakeswap, spiritswap, honeyswap" />
<meta name="robots" content="index, follow" />
<link rel="shortcut icon" type="image/png" href="/img/background-multichain-min.png" />
<link href="/statistics" rel="canonical" />
<meta property="og:title" content="DexPairs.xyz | Statistics" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Statistics Page | Few statistics." />
<meta property="og:url" content="/statistics" />
<meta property="og:image" content="/img/background-multichain-min.png" />
<meta property="og:site_name" content="DexPairs" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@dorianbayart" />
<link rel="alternate" type="application/atom+xml" title="DexPairs.xyz News" href="/feed.atom" />
<script src="/public/js/pwa.js"></script>
<link rel="stylesheet" href="./public/colors.css">
<link rel="stylesheet" href="./public/common.css">
<link rel="stylesheet" href="./public/header.css">
<link rel="stylesheet" href="./public/footer.css">
<link rel="stylesheet" href="./public/news.css">
<link rel="stylesheet" href="./public/statistics.css">
<script defer src="./public/common.js"></script>
<script defer src="/public/js/websocket.js"></script>
<script defer src="/public/statistics.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZZQ634B55N"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){ dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-ZZQ634B55N');
</script>
</head>
<body>
<div id='header'>
<header>
<a id='title' href="./" aria-label="Homepage">
<img src='/img/dexpairs/dexpairs_1.svg' title='DexPairs' alt='DexPairs banner with icon' width='auto' height='36' loading='lazy'>
</a>
</header>
<div class='menu'>
<div class='menu-item menu-charts'>
<a href="./charts" aria-label="Charts">
<h2>
<img src="/img/icons/bar-chart-2.svg" alt="Chart Logo" width="24px" height="24px">
Charts
</h2>
</a>
</div>
<div class='menu-item menu-wallet'>
<a href="./wallet" aria-label="Wallet">
<h2>
<img src="/img/icons/briefcase.svg" alt="Wallet Logo" width="24px" height="24px">
Wallet
</h2>
</a>
</div>
<div class='menu-item menu-news'>
<a href="/news" aria-label="News">
<h2>
<img src="/img/icons/news_feed.svg" alt="News Feed Logo" width="24px" height="24px">
News
</h2>
</a>
</div>
</div>
</div>
<div id='main' class='main'>
<h1 class='main-title'>Statistics</h1>
<div id='statistics' class='items'>Loading ...</div>
</div>
<footer class="footer">
<a id="roadmap_link" class="link-with-img" href="https://github.com/dorianbayart/DexPairs/projects/1" target="_blank" rel="noopener">
<img src="/img/roadmap-icon.svg" title="Roadmap Picture" alt="Roadmap Picture" width="20px" height="20px" />
<span>Roadmap</span>
</a>
<a id="github_link" class="link-with-img" href="https://github.com/dorianbayart/DexPairs" target="_blank" rel="noopener">
<img src="/img/GitHub-Mark-32px.png" title="Github Logo" alt="Github Logo" width="20px" height="20px" />
<span>GitHub</span>
</a>
<a id="beta_link" class="link-with-img" href="/beta/">
<img src='/img/icons/box.svg' title="Beta Sandbox" alt="Sandbox Logo" width="20px" height="20px" />
<span>Beta</span>
</a>
<a id="donate_link" class="link-with-img" href="/donate">
<img src='/img/icons/gift.svg' title="Donate Logo" alt="Donate Logo" width="20px" height="20px" />
<span>Donate</span>
</a>
</footer>
<div class='body-background'></div>
</body>
</html>