-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en">
<!-- disabled railway
2014 by Thomas netAction Schmidt
https://github.com/netAction/disabled-railway
MIT License -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Disabled railway</title>
<link href="css/railway.css" rel="stylesheet">
<link href="css/leaflet.css" rel="stylesheet">
<link rel="shortcut icon" href="media/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="media/apple-touch-icon-114x114-precomposed.png" />
</head>
<body>
<div id="header">
<span id="title">Disabled railway <a href="https://github.com/netAction/disabled-railway">(Credits)</a></span>
<span id="selector">Railway stations you can use as a <img src="media/pedestrian.png" id="pedbutton"><img src="media/wheelchair.png" id="wheelbutton"></span>
</div>
<div id="map"></div>
<script src="js/jquery.min.js"></script>
<script src="js/leaflet.js"></script>
<script src="js/railway.js"></script>
</body>
</html>