-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.11 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Transport acessibility map</title>
<script src="https://api-maps.yandex.ru/2.1/?lang=ru_RU" type="text/javascript"></script>
<script src="map.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="map"></div>
<div class='map-legend'>
<div class='legend-title'>Среднее время поездки:</div>
<div class='legend-scale'>
<ul class='legend-labels'>
<li><span id="map-color1"></span>< 15 мин.</li>
<li><span id="map-color2"></span>15 - 30 мин.</li>
<li><span id="map-color3"></span>30 - 45 мин.</li>
<li><span id="map-color4"></span>45 - 60 мин.</li>
<li><span id="map-color5"></span>> 60 мин.</li>
</ul>
</div>
<div class='legend-source'>Источник: <a href="#link to source">route.maps.yandex.net</a></div>
</div>
</body>
</html>