This repository has been archived by the owner on Oct 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.php
34 lines (34 loc) · 2.31 KB
/
index.php
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
<!DOCTYPE HTML>
<html itemscope itemtype="http://schema.org/Map" lang="en">
<head>
<meta charset="UTF-8" />
<title itemprop="name">MLS Cell Network Map</title>
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" href="bower_components/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="bower_components/leaflet.markercluster/dist/MarkerCluster.css" />
<link rel="stylesheet" href="bower_components/leaflet.markercluster/dist/MarkerCluster.Default.css" />
<link rel="stylesheet" href="bower_components/leaflet.locatecontrol/dist/L.Control.Locate.min.css" />
<link rel="stylesheet" href="bower_components/ionicons/css/ionicons.min.css" />
<link rel="stylesheet" href="bower_components/leaflet-control-geocoder/Control.Geocoder.css" />
<link rel="stylesheet" href="dist/main.css" />
<link rel="canonical" href="https://gsm-map.netlib.re/" />
<meta name="description" content="This map shows the location of GSM cells, based on the measurement made by Mozilla Location Service." />
<meta itemprop="description" content="This map shows the location of GSM cells, based on the measurement made by Mozilla Location Service." />
</head>
<body>
<noscript>
Sorry, this application requires JavaScript.<br/>
You can get the data on <a href="https://location.services.mozilla.com/">Mozilla Location Service</a>.
</noscript>
<div id="map" class="map"></div>
<script src="bower_components/leaflet/dist/leaflet.js"></script>
<script src="bower_components/leaflet.markercluster/dist/leaflet.markercluster.js"></script>
<script src="bower_components/leaflet.locatecontrol/dist/L.Control.Locate.min.js"></script>
<script src="bower_components/Leaflet.MakiMarkers/Leaflet.MakiMarkers.js"></script>
<script src="bower_components/leaflet-control-geocoder/Control.Geocoder.js"></script>
<script src="bower_components/leaflet-plugins/control/Permalink.js"></script>
<script src="bower_components/leaflet-info-control/InfoControl.js"></script>
<script src="dist/main.js"></script>
</body>
</html>