-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (27 loc) · 881 Bytes
/
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
<!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, maximum-scale=1.0, user-scalable=no"
/>
<meta name="description" content="Web based bus arrival for Singapore" />
<meta
name="keywords"
content="singapore, bus, bus stop, bus route, singapore bus, singapore bus arrival, location"
/>
<meta name="google-site-verification" content="oe5LmIEcsP1GnfBwixXeZknuwNih1kbk7HcBmXOVQo0" />
<title>SingBus</title>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7300987111329283"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>