This repository has been archived by the owner on Nov 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (27 loc) · 1.67 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
31
32
33
34
35
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>UFERSA Vai de Bike</title>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic|Lato:100,300,400,600,700,800,300italic,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="/styles/leaflet.css"/>
<link rel="stylesheet" href="/styles/MarkerCluster.Default.css"/>
<link rel="stylesheet" href="/styles/MarkerCluster.css"/>
<link rel="stylesheet" href="/styles/easy-button.css">
<link rel="stylesheet" href="/styles/Leaflet.Dialog.css">
<link rel="stylesheet" href="/styles/style.css">
</head>
<body>
<div id="mapid"></div>
<script type="text/javascript" src="/scripts/leaflet.js"></script>
<script type="text/javascript" src="/scripts/leaflet.markercluster.js"></script>
<script type="text/javascript" src="/scripts/easy-button.js"></script>
<script type="text/javascript" src="/scripts/Leaflet.Dialog.js"></script>
<script type="text/javascript" src="/scripts/Leaflet.Control.Custom.js"></script>
<script type="text/javascript" src="/scripts/main.js"></script>
</body>
</html>