-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Taiwan Bus</title>
<meta
name="description"
content="提供台灣市區公車與公路客運線上查詢,包括公車路線動態資訊,公車站位資訊,以及所在位置附近公車站"
/>
<meta
name="keywords"
content="Taiwan, Bus, 台灣, 臺灣, 公車, 客運, 線上查詢, 公車路線動態, 公車站位資訊, 附近公車站"
/>
<meta property="og:title" content="Taiwan Bus" />
<meta
property="og:description"
content="提供台灣市區公車與公路客運線上查詢,包括公車路線動態資訊,公車站位資訊,以及所在位置附近公車站"
/>
<meta property="og:url" content="https://taiwanbus.vercel.app" />
<meta property="og:type" content="website" />
<meta property="og:image" content="favicon.png" />
<meta property="og:image:type" content="png" />
<meta property="og:image:width" content="256" />
<meta property="og:image:height" content="256" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>