-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (33 loc) · 1.99 KB
/
index.html
File metadata and controls
37 lines (33 loc) · 1.99 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<link rel="manifest" href="/manifest.json" />
<!-- Primary Meta Tags -->
<title>DecentralScan — Blockchain Explorer for DecentralChain (DCC)</title>
<meta name="title" content="DecentralScan — Blockchain Explorer for DecentralChain (DCC)" />
<meta name="description" content="Explore blocks, transactions, addresses, assets, and network health on the DecentralChain (DCC) network. Real-time block feeds, DEX pairs, network maps, and node management." />
<meta name="keywords" content="blockchain explorer, DecentralChain, DCC, block explorer, cryptocurrency, transactions, smart contracts, DeFi, DEX, network monitor, node management, web3" />
<meta name="author" content="DecentralChain" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="DecentralScan — Blockchain Explorer" />
<meta property="og:description" content="Explore blocks, transactions, addresses, assets, and network health on the DecentralChain (DCC) network." />
<meta property="og:site_name" content="DecentralScan" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="DecentralScan — Blockchain Explorer" />
<meta property="twitter:description" content="Explore blocks, transactions, addresses, assets, and network health on the DecentralChain (DCC) network." />
<!-- Theme -->
<meta name="theme-color" content="#0f172a" />
<meta name="color-scheme" content="dark light" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>