-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
34 lines (34 loc) · 1.17 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
34
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Comuline — Cari & Simpan Jadwal KRL 2024</title>
<meta
name="description"
content="Platform website untuk mencari, menyimpan, dan memantau jadwal KRL Jakarta dan Yogyakarta dengan mudah dan cepat."
/>
<link rel="icon" href="/logo.png" />
<meta
property="og:title"
content="Comuline — Cari & Simpan Jadwal KRL 2024"
/>
<meta
property="og:description"
content="Platform website untuk mencari, menyimpan, dan memantau jadwal KRL Jakarta dan Yogyakarta dengan mudah dan cepat."
/>
<meta property="og:url" content="https://www.comuline.com" />
<meta property="og:site_name" content="Jadwal KRL" />
<meta property="og:image" content="/og.png" />
<script
defer
src="https://analytics.zulio.me/script.js"
data-website-id="20b80658-98dc-4ef8-92d5-0a7d7d153ad0"
data-domains="comuline.com,www.comuline.com"
></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>