-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (33 loc) · 1.67 KB
/
index.html
File metadata and controls
41 lines (33 loc) · 1.67 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
<!doctype html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Leaver Cards - 黑白翻牌</title>
<meta name="title" content="Leaver Cards - 黑白翻牌" />
<meta name="description" content="一個用於揭露雙方比數的互動式動畫網頁。適合用於投票結果揭曉、比賽結果公布等場景,輸家請離開!" />
<meta name="keywords" content="投票結果, 比數揭露, 動畫, 卡牌翻轉, 互動網頁" />
<meta name="author" content="unickhow" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Leaver Cards - 黑白翻牌" />
<meta property="og:description" content="一個用於揭露雙方比數的互動式動畫網頁。適合用於投票結果揭曉、比賽結果公布等場景。" />
<meta property="og:image" content="/og-image.png" />
<meta property="og:locale" content="zh_TW" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Leaver Cards - 黑白翻牌" />
<meta name="twitter:description" content="一個用於揭露雙方比數的互動式動畫網頁。適合用於投票結果揭曉、比賽結果公布等場景。" />
<meta name="twitter:image" content="/og-image.png" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<!-- Theme Color -->
<meta name="theme-color" content="#1a1a2e" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>