-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
99 lines (93 loc) · 2.9 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
97
98
99
<!DOCTYPE html>
<html lang="zh-Hans-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>梗体中文 · 在线构建 by 茶馆工作室</title>
<link rel="icon" href="/favicon.ico" />
<link rel="mask-icon" href="/pwa-256x256.png" color="#FFFFFF" />
<meta name="theme-color" content="#ffffff" />
<meta property="og:title" content="梗体中文 · 在线构建" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="在线构建梗体中文资源包 - 茶馆工作室出品"
/>
<meta property="og:locale" content="zh" />
<link rel="canonical" href="https://meme.teahouse.team/" />
<meta
name="description"
content="梗体中文 · 在线构建:自定义你的梗体中文!我们将我的世界中的字符串替换成了一些知名/不知名的梗。"
/>
<meta
name="keywords"
content="梗体中文, 梗体, 材质包, 资源包, Minecraft, MC, 我的世界, 茶馆工作室, Teahouse Studios"
/>
<meta name="creator" content="茶馆工作室" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-E6FLGS46PG"
></script>
<script defer>
if (
window.location.host === 'meme.teahouse.team' ||
window.location.host === 'meme.wd-ljt.com'
) {
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-E6FLGS46PG')
}
</script>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link
rel="preload"
type="application/json"
as="fetch"
fetchPriority="high"
href="https://meme-api.teahouse.team/v2/modules"
crossorigin
/>
<link
rel="preload"
type="font/woff2"
as="font"
fetchPriority="high"
href="/src/assets/Inter.var.woff2"
crossorigin
/>
<link
rel="preload"
type="application/json"
as="fetch"
fetchPriority="low"
href="https://api.ip.sb/geoip"
crossorigin
/>
<link
rel="preload"
type="font/woff2"
as="font"
fetchPriority="low"
href="/src/assets/JetBrainsMono.var.woff2"
crossorigin
/>
<link
rel="preconnect"
href="https://fe.wd-ljt.com"
/>
</head>
<body>
<noscript>
<strong lang="zh-Hans-CN">本站需要 JavaScript。</strong>
<strong lang="en">This site requires JavaScript.</strong>
</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>