-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (85 loc) · 3.77 KB
/
Copy pathindex.html
File metadata and controls
89 lines (85 loc) · 3.77 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
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
<!doctype html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--%CSP%-->
<!-- SEO:BEGIN -->
<title>search.dig.net — Install DIG Network to open chia:// links</title>
<meta name="description" content="Install DIG Network to consume chia:// links" />
<link rel="canonical" href="https://search.dig.net/" />
<meta name="robots" content="index, follow" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="search.dig.net" />
<meta
property="og:title"
content="search.dig.net — Install DIG Network to open chia:// links"
/>
<meta
property="og:description"
content="chia:// links need DIG Network to open. Install the free, open, verifiable resolver — censorship-resistant, on-chain, creator-owned — and every chia:// link just works."
/>
<meta property="og:url" content="https://search.dig.net/" />
<meta property="og:image" content="https://search.dig.net/og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image:alt"
content="search.dig.net — Install DIG Network to open chia:// links"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="search.dig.net — Install DIG Network to open chia:// links"
/>
<meta
name="twitter:description"
content="chia:// not opening? Install DIG Network — the free, verifiable resolver for chia:// links."
/>
<meta name="twitter:image" content="https://search.dig.net/og.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://search.dig.net/#website",
"name": "search.dig.net",
"url": "https://search.dig.net/",
"description": "Install DIG Network to consume chia:// links.",
"publisher": { "@id": "https://search.dig.net/#software" }
},
{
"@type": "SoftwareApplication",
"@id": "https://search.dig.net/#software",
"name": "DIG Network",
"url": "https://search.dig.net/",
"applicationCategory": "BrowserApplication",
"operatingSystem": "Windows, macOS, Linux",
"description": "DIG Network is the free, open, decentralized resolver for chia:// links — censorship-resistant, verifiable on-chain, and creator-owned.",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" }
}
]
}
</script>
<!-- SEO:END -->
<meta name="theme-color" content="#0A0A20" />
<!-- Type: Space Grotesk (the DIG ecosystem face — display AND body) + Space Mono (identifiers,
install commands). Matches the dig.net / explore.dig.net brand kit. -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&family=Space+Mono:wght@400;700&display=swap"
rel="stylesheet"
/>
<!-- Icon set: SVG favicon for modern browsers, PNGs for touch/home-screen + the manifest. -->
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="icon" href="/icon-192.png" type="image/png" sizes="192x192" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link rel="manifest" href="/site.webmanifest" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>