forked from uxiaohan/Tarot-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 941 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
<title>Tarot - 塔罗牌占卜</title>
<meta name="keywords" content="Tarot - 塔罗牌占卜" />
<meta name="description" content="Tarot - 塔罗牌占卜" />
<meta property="og:description" content="Tarot - 塔罗牌占卜" />
<meta property="og:site_name" content="Tarot - 塔罗牌占卜" />
<meta property="og:title" content="Tarot - 塔罗牌占卜" />
<meta property="og:url" content="https://tarot.4ce.cn" />
<link rel="icon" href="/favicon.ico" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script defer src="https://analytics.vvhan.com/tracker.min.js" data-website-id="Hello-HanTarot"></script>
</body>
</html>