-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (35 loc) · 1.52 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property="fb:app_id" content="276891696575583">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Zikar|字卡">
<meta property="og:title" content="Zikar|字卡">
<meta property="og:url" content="https://zikar.surge.sh">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image" content="https://zikar.surge.sh/image/mainimage.png">
<meta property="og:description" content="Ziakr 讓你可以自建專屬字卡,透過文字、圖片、考試、配對遊戲增強記憶力,線上系統讓你不用再帶一堆小本子,用更便利的方式學習!">
<link rel="icon" href="./image/logo_icon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./image/logo_icon.ico" type="image/x-icon" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135639738-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-135639738-2');
</script>
<script src="./dist/index.bundle.js"></script>
<script src="./dist/vendor.bundle.js"></script>
<title>Zikar|字卡</title>
</head>
<body>
<div id="root"></div>
</body>
</html>