-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 891 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 891 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
<link rel="preconnect" href="https://ctpcj-scraper.now.sh/" crossorigin />
<meta
name="description"
content="A simple bus schedule app for Cluj-Napoca."
/>
<title>Bus Cluj</title>
<link rel="shortcut icon" href="/img/icons/favicon.ico" />
<meta name="theme-color" content="#1DE9B6" />
</head>
<body>
<noscript>
<strong
>We're sorry but bus doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong
>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>