-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (36 loc) · 2.15 KB
/
Copy pathindex.html
File metadata and controls
39 lines (36 loc) · 2.15 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SynapticChain — The People's Blockchain Infrastructure</title>
<meta name="description" content="SynapticChain is a Layer-1 blockchain built for real-world use. Sub-500ms finality, 100k+ TPS, and solar-ready validator nodes for Africa and beyond.">
<meta name="keywords" content="SynapticChain, blockchain, Layer-1, validator node, DeFi, Africa, Web3, decentralized">
<meta name="author" content="SynapticChain">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#0EA5A0">
<!-- Favicons -->
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="/icon-192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/icon-512.png">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://synapticchain.xyz/">
<meta property="og:title" content="SynapticChain — The People's Blockchain Infrastructure">
<meta property="og:description" content="A Layer-1 blockchain built for real-world use. Sub-500ms finality, 100k+ TPS, solar-ready validator nodes.">
<meta property="og:image" content="https://synapticchain.xyz/og-image.webp">
<meta property="og:site_name" content="SynapticChain">
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@SynapticChain">
<meta name="twitter:creator" content="@SynapticChain">
<meta name="twitter:title" content="SynapticChain — The People's Blockchain Infrastructure">
<meta name="twitter:description" content="A Layer-1 blockchain built for real-world use. Sub-500ms finality, 100k+ TPS, solar-ready validator nodes.">
<meta name="twitter:image" content="https://synapticchain.xyz/og-image.webp">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>