-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_map.html
28 lines (28 loc) · 1.3 KB
/
index_map.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Maps</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<script src="js/jquery-2.2.3.min.js" type="text/javascript"></script>
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="js/jquery-css-transform.js" type="text/javascript"></script>
<script src="js/jquery-animate-css-rotate-scale.js" type="text/javascript"></script>
<script src="js/jquery.mousewheel.min.js" type="text/javascript"></script>
<script src="js/map.js" type="text/javascript"></script>
</head>
<body>
<div class="searchbox input-group">
<input type="text" class="form-control" placeholder="Искать на карте">
<span class="input-group-btn">
<button class="btn btn-default btn-lg" type="button"><i class="glyphicon glyphicon-search"> </i></button>
</span>
</div>
<div id="mainbox">
</div>
<div id="output"></div>
<div id="output1"></div>
</body>
</html>