-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (56 loc) · 2.1 KB
/
index.html
File metadata and controls
60 lines (56 loc) · 2.1 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Blockchain Size - How Much Storage Does A Blockchain Use?</title>
<meta
name="title"
content="Blockchain Size - How Much Storage Does A Blockchain Use?"
/>
<meta
name="description"
content="Ever wondered what is the size of a blockchain in terms of storage? See how many gigabytes of data are stored on the main blockchain networks."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://chainstats.org" />
<meta
property="og:title"
content="Blockchain Size - How Much Storage Does A Blockchain Use?"
/>
<meta
property="og:description"
content="Ever wondered what is the size of a blockchain in terms of storage? See how many gigabytes of data are stored on the main blockchain networks."
/>
<meta property="og:image" content="https://chainstats.org/og-image.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://chainstats.org" />
<meta
name="twitter:title"
content="Blockchain Size - How Much Storage Does A Blockchain Use?"
/>
<meta
name="twitter:description"
content="Ever wondered what is the size of a blockchain in terms of storage? See how many gigabytes of data are stored on the main blockchain networks."
/>
<meta name="twitter:image" content="https://chainstats.org/og-image.png" />
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-EEW4LPHTW7"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-EEW4LPHTW7');
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>