forked from SeeDAO-OpenSource/node-conf-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (81 loc) · 5.15 KB
/
index.html
File metadata and controls
90 lines (81 loc) · 5.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
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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SeeDAO节点共识大会 | Web3社区治理会议</title>
<!-- Primary Meta Tags -->
<meta name="title" content="SeeDAO节点共识大会 | Web3社区治理会议" />
<meta name="description" content="SeeDAO节点共识大会是SeeDAO社区最重要的治理会议,每三个月举行一次。在会议中,节点们将就社区发展的重要议题进行讨论和投票,共同决定SeeDAO的未来方向。" />
<meta name="keywords" content="SeeDAO,节点共识大会,Web3,DAO,区块链,社区治理,去中心化,加密货币,区块链治理" />
<meta name="author" content="SeeDAO" />
<meta name="robots" content="index, follow, max-image-preview:large" />
<!-- Open Graph Meta Tags for social media -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://node.seedao.xyz/" />
<meta property="og:title" content="SeeDAO节点共识大会 | Web3社区治理会议" />
<meta property="og:description" content="SeeDAO节点共识大会是SeeDAO社区最重要的治理会议,每三个月举行一次。在会议中,节点们将就社区发展的重要议题进行讨论和投票,共同决定SeeDAO的未来方向。" />
<meta property="og:image" content="https://node.seedao.xyz/og-image.jpg" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://node.seedao.xyz/" />
<meta name="twitter:title" content="SeeDAO节点共识大会 | Web3社区治理会议" />
<meta name="twitter:description" content="SeeDAO节点共识大会是SeeDAO社区最重要的治理会议,每三个月举行一次。" />
<meta name="twitter:image" content="https://node.seedao.xyz/og-image.jpg" />
<!-- Baidu Meta Tags -->
<meta name="baidu-site-verification" content="code-xxx" />
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<!-- Language Alternatives -->
<link rel="alternate" href="https://node.seedao.xyz/" hreflang="zh" />
<link rel="alternate" href="https://node.seedao.xyz/" hreflang="x-default" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:locale" content="zh_CN" />
<meta property="og:url" content="https://node.seedao.xyz/" />
<meta property="og:title" content="SeeDAO节点共识大会 | Web3社区治理会议" />
<meta property="og:description" content="SeeDAO节点共识大会是SeeDAO社区最重要的治理会议,每三个月举行一次。在会议中,节点们将就社区发展的重要议题进行讨论和投票,共同决定SeeDAO的未来方向。" />
<meta property="og:image" content="https://node.seedao.xyz/og-image.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="SeeDAO Logo" />
<meta property="og:site_name" content="SeeDAO" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://node.seedao.xyz/" />
<meta property="twitter:title" content="SeeDAO节点共识大会 | Web3社区治理会议" />
<meta property="twitter:description" content="SeeDAO节点共识大会是SeeDAO社区最重要的治理会议,每三个月举行一次。在会议中,节点们将就社区发展的重要议题进行讨论和投票,共同决定SeeDAO的未来方向。" />
<meta property="twitter:image" content="https://node.seedao.xyz/og-image.jpg" />
<meta property="twitter:image:alt" content="SeeDAO Logo" />
<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// MIT License
// https://github.com/rafgraph/spa-github-pages
// This script checks to see if a redirect is present in the query string,
// converts it back into the correct url and adds it to the
// browser's history using window.history.replaceState(...),
// which won't cause the browser to attempt to load the new url.
// When the single page app is loaded further down in this file,
// the correct url will be waiting in the browser's history for
// the single page app to route accordingly.
(function(l) {
if (l.search[1] === '/' ) {
var decoded = l.search.slice(1).split('&').map(function(s) {
return s.replace(/~and~/g, '&')
}).join('?');
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
}(window.location))
</script>
<!-- End Single Page Apps for GitHub Pages -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- <script type="text/javascript" src="https://cdn.addevent.com/libs/atc/1.6.1/atc.min.js" async defer></script>-->
</body>
</html>