-
-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (46 loc) · 2.27 KB
/
Copy pathindex.html
File metadata and controls
51 lines (46 loc) · 2.27 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover" />
<title>桃源乡 — 文字田园物语</title>
<meta name="description" content="一款像素中国风文字田园模拟经营游戏,灵感来自星露谷物语。春耕夏种秋收冬藏,经营你的世外桃源。" />
<meta name="keywords" content="桃源乡,田园物语,文字游戏,模拟经营,像素游戏,中国风" />
<meta name="theme-color" content="#1a1a1a" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="桃源乡" />
<meta property="og:type" content="website" />
<meta property="og:title" content="桃源乡 — 文字田园物语" />
<meta property="og:description" content="像素中国风文字田园模拟经营游戏,春耕夏种秋收冬藏,经营你的世外桃源。" />
<style>
html,
body {
background: #0d1117;
margin: 0;
}
#app:empty {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
color: #8b949e;
font-family:
system-ui,
-apple-system,
sans-serif;
}
#app:empty::after {
content: '桃源乡加载中...';
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<!-- 统计勿删 -->
<script>
!function (p) { "use strict"; !function (t) { var s = window, e = document, i = p, c = "".concat("https:" === e.location.protocol ? "https://" : "http://", "sdk.51.la/js-sdk-pro.min.js"), n = e.createElement("script"), r = e.getElementsByTagName("script")[0]; n.type = "text/javascript", n.setAttribute("charset", "UTF-8"), n.async = !0, n.src = c, n.id = "LA_COLLECT", i.d = n; var o = function () { s.LA.ids.push(i) }; s.LA ? s.LA.ids && o() : (s.LA = p, s.LA.ids = [], o()), r.parentNode.insertBefore(n, r) }() }({ id: "L5qLQC2HtBt5AGKV", ck: "L5qLQC2HtBt5AGKV", autoTrack: true, hashMode: true });
</script>
</body>
</html>