-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (34 loc) · 1.33 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">
<title>TfL Rail Lines</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<link href='static/script.css' rel='stylesheet' />
</head>
<body>
<div class="container-fluid" role="main">
<div class="row"><div class="col-12"><h1>👻 TfL Rail Lines Hovering, Ghost-Like, in the Sky. 🎃</h1></div></div>
<div class="row">
<div class="col-10" id="map" style="height: 680px;"></div>
<div class="col-2">
<h5>Toggle Lines</h5>
<div class="btn-group-vertical" id="linelist" aria-label="Toggle Lines">
<button type="button" style="background-color: #ffffff;"
id="share" class="btn btn-outline-dark active"
aria-pressed="true">
<span style="color: #000000;">Highlight Shared Segments</span>
</button>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<small><span class="text-muted">A <a href="https://bsky.app/profile/urschrei.bsky.social">Stephan Hügel</a> distraction. <a href="https://github.com/urschrei/hovertube">Source</a>.
</span></small>
</div>
</footer>
<script type="text/javascript" src="static/script.js"></script>
</body>
</html>