-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (85 loc) · 4.1 KB
/
index.html
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
91
92
93
94
95
96
<!doctype html>
<html lang="zh">
<head>
<meta
name="google-site-verification"
content="HOjdvGXCwtO_LoZ5vmktEoRxt20S6h8O5ArMTCSoSHc"
/>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CloudTown 雲鎮工藝 - Minecraft 技術向伺服器</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.ico" />
<link rel="icon" type="image/png" sizes="64x64" href="/favicon-64x64.ico" />
<meta property="og:title" content="CloudTown 雲鎮工藝" />
<meta property="og:site_name" content="CloudTown 雲鎮工藝" />
<meta property="twitter:title" content="CloudTown 雲鎮工藝" />
<meta
name="description"
content="CloudTown 是一個以純原版為基礎的審核制技術向伺服器,我們的核心理念是創新和研發,我們非常重視及保護成員個人的智慧財產權,並在內互助與交流技術。歡迎各種建築及紅石領域的人才加入我們,當然你抱持著Minecraft的基礎知識和熱忱也可以!"
/>
<meta
property="og:description"
content="CloudTown 是一個以純原版為基礎的審核制技術向伺服器,我們的核心理念是創新和研發,我們非常重視及保護成員個人的智慧財產權,並在內互助與交流技術。歡迎各種建築及紅石領域的人才加入我們,當然你抱持著Minecraft的基礎知識和熱忱也可以!"
/>
<meta
property="twitter:description"
content="CloudTown 是一個以純原版為基礎的審核制技術向伺服器,我們的核心理念是創新和研發,我們非常重視及保護成員個人的智慧財產權,並在內互助與交流技術。歡迎各種建築及紅石領域的人才加入我們,當然你抱持著Minecraft的基礎知識和熱忱也可以!"
/>
<meta
name="keywords"
content="minecraft,minecraft 伺服器,紅石服,紅石,建築,生存,生電服,雲鎮,我的世界,技術,CTEC,CloudTown,CloudTown 雲鎮工藝"
/>
<meta property="og:image" content="/banner.jpg" />
<meta property="og:image:secure_url" content="/banner.jpg" />
<meta property="twitter:image" content="/banner.jpg" />
<meta name="theme-color" content="#ffffff" />
<meta property="og:url" content="https://mc-ctec.org/" />
<meta property="og:type" content="website" />
<meta property="twitter:card" content="summary_large_image" />
<meta name="abstract" content="CloudTown 雲鎮工藝" />
<meta name="subject" content="CloudTown 雲鎮工藝" />
<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=Noto+Sans+TC:[email protected]&family=Noto+Serif+TC:[email protected]&display=swap"
rel="stylesheet"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "CloudTown 雲鎮工藝",
"url": "https://mc-ctec.org/",
"logo": "https://www.mc-list.xyz/banner/1-1212.png",
"sameAs": [
"https://www.youtube.com/@CTEC_",
"https://twitter.com/CT_cloudtown"
],
"description": "CloudTown 是一個以純原版為基礎的審核制技術向伺服器..."
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-091JNQ58E9"
></script>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5347413959647279"
crossorigin="anonymous"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-091JNQ58E9');
</script>
</body>
</html>