-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 1.21 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wijziging dienstregeling 2021/2022</title>
<meta name="description" content="Interactieve kaart om de lijnnetkaarten van 2021 en 2022 voor Groningen Stad te vergelijken">
<meta property="og:image" content="social.png">
<meta property="twitter:image" content="social.png">
<meta name=”twitter:card” content=”summary_large_image”>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.5.0/css/ol.css" type="text/css">
<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.5.0/build/ol.js"></script>
</head>
<body>
<div id="map" class="map"></div>
<div class="divider" id="divider"></div>
<div class="old years" id="old">2021</div>
<div class="new years" id="new">2022</div>
<div class="slidecontainer">
<input id='swipe' class="swipe" class='range' type='range' min="0", max="1", step="any", value="0.5"/>
</div>
<script src="scripts.js"></script>
</body>
</html>