-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (29 loc) · 1.08 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="en">
<head>
<title>MTR Today - 港鐵非官方資訊站</title>
<link rel="icon" href="/faviconDark.png" />
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta
name="description"
content="港鐵非官方資訊站,使用開源API同時展示港鐵全港所有線路信息,旨在為香港市民和遊客提供即時的港鐵列車到站時間以及票價,幫助使用港鐵的人們更好地計劃他們的行程。"
/>
<meta name="og:title" content="MTR Today" />
<meta name="og:image" content="/ogImage.png" />
<meta name="og:url" content="mtr.today" />
<meta name="og:description" content="港鐵非官方資訊站" />
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6790880670438473"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>