-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
31 lines (31 loc) · 1.87 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
<!doctype html>
<html lang="zh-HK">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>TypeDuck 網頁版</title>
<link rel="icon" type="image/png" href="/images/favicon.png" />
<link rel="preload" type="image/png" href="/images/logo.png" as="image" />
<meta name="description" content="設有少數族裔語言提示粵拼輸入法 Cantonese input keyboard with minority language prompts" />
<meta property="og:title" content="TypeDuck 網頁版" />
<meta property="og:description" content="設有少數族裔語言提示粵拼輸入法 Cantonese input keyboard with minority language prompts" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://typeduck.hk/web/" />
<meta property="og:image" content="https://typeduck.hk/images/og-image.png" />
<meta name="twitter:title" content="TypeDuck 網頁版" />
<meta name="twitter:description" content="設有少數族裔語言提示粵拼輸入法 Cantonese input keyboard with minority language prompts" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://typeduck.hk/images/og-image.png" />
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/chiron-sung-hk-webfont/css/vf.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/chiron-hei-hk-webfont/css/vf.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu&display=swap" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/index.tsx"></script>
</body>
</html>