-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.16 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="ca">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<title>Diferenciació dades OpenStreetMap <-> ICGC</title>
<meta content="Diferenciació dades OpenStreetMap <-> ICGC" name="description"/>
<link rel="stylesheet" href="src/api/jquery-ui-1.12.1.custom/jquery-ui.min.css" type="text/css"/>
<link rel="stylesheet" href="src/api/openlayers/v6.2.2-custom/ol.css" type="text/css"/>
<link rel="stylesheet" href="src/css/font-awesome.css" type="text/css"/>
<link rel="stylesheet" href="src/css/index.css" type="text/css"/>
<link rel="icon" href="favicon.ico"/>
</head>
<body>
<div class="flex-row">
<div id="map" class="map">Carregant...necessites Javascript</div>
<div id="menu" class="menu"></div>
</div>
<script src="src/api/jquery/3.4.1/jquery.min.js" defer=""></script>
<script src="src/api/jquery-ui-1.12.1.custom/jquery-ui.min.js" defer=""></script>
<script src="src/api/openlayers/v6.2.2-custom/ol.js" defer=""></script>
<script src="src/config.js" defer=""></script>
<script src="src/index.js" defer=""></script>
</body>
</html>