-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathValguero.html
41 lines (38 loc) · 1.45 KB
/
Valguero.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
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>Карта Valguero</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="ARK Valguero, Карта, map, интерактивная карта , interactive map" />
<link rel="shortcut icon" type="image/x-icon" href="images\favicon.ico" />
<link rel="stylesheet" href="js/leaflet.css" />
<link rel="stylesheet" href="js/leaflet-search.css" />
<link rel="stylesheet" href="js/Control.Coordinates.css" />
<link rel="stylesheet" href="js/Control.FullScreen.css" />
<script src="js/leaflet.js"></script>
<script src="js/leaflet-hash.js"></script>
<script src="js/leaflet-search.js"></script>
<script src='js/Leaflet.LocationShare.js'></script>
<script src="js/Control.Coordinates.js"></script>
<script src="js/Control.FullScreen.js"></script>
<!-- TEST -->
<style>
html, body {
height: 100%;
margin: 0;
}
#map {height: 100%;}
</style>
</head>
<body>
<div id="map" style="width: 100%; background:#202020;"></div>
<script src="Valguero.js"></script>
<!-- <center>
<a href="https://t.me/alexusfree" target="_blank">
<img title="Пишите в Телеграмм" alt="" src="images\tg32.png" width="32" height="32" /></a>
<a href="mailto:[email protected]?subject=Вопрос по карте Kenshi" target="_blank">
<img title="Пишите на почту" alt="Почта" src="images\mail.png" width="32" height="32" /></a>
</center> -->
</body>
</html>