-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (26 loc) · 899 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
<html>
<head>
<meta name="viewport"
id="viewport"
content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,initial-scale=1.0">
<meta charset="UTF-8">
<link rel="icon" sizes="192x192" href="favicon-192x192.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicon-114x114.png">
<link rel="stylesheet" href="css.css">
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<script src="script.js"></script>
<title>Rekk T-banen v2.10</title>
</head>
<body>
<div class="header"><i class="fa fa-subway"></i>Rekk T-banen v2.10</div>
<div class="stop-selector" id="stop-selector">
</div>
<div class="refresh-button-wrapper">
<div id="refresh-button" class="fa fa-refresh"></div>
</div>
<div class="departure-table">
<div id="departure-loader" class="fa fa-spin fa-spinner"></div>
<div id="departure-rows"></div>
</div>
</body>
</html>