-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (32 loc) · 1.11 KB
/
Copy pathindex.html
File metadata and controls
36 lines (32 loc) · 1.11 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
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/svgs/bus.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="全台公車動態時刻查詢應用服務,提供您尋找地點,公車站牌,公車路線,公車資訊等各式服務。"
/>
<!-- Open Graph -->
<meta property="og:image" content="/docs/images/Cover.png" key="ogimage" />
<meta
property="og:site_name"
content="今天想去哪裡冒險呢?"
key="ogsitename"
/>
<meta property="og:title" content="今天想去哪裡冒險呢?" key="ogtitle" />
<meta
property="og:description"
content="全台公車動態時刻查詢應用服務,您通勤的好幫手!"
key="ogdesc"
/>
<title>
今天想去哪裡冒險呢? - 全台公車動態時刻查詢應用服務,您通勤的好幫手!
</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>