3
This commit is contained in:
parent
f6e1102508
commit
889cfea6cc
1 changed files with 9 additions and 1 deletions
10
index.html
10
index.html
|
|
@ -3,7 +3,11 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>Galleria Foto</title>
|
<title>Galleria Foto</title>
|
||||||
|
|
||||||
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
|
|
||||||
|
<!-- Leaflet CSS -->
|
||||||
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
|
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
@ -29,6 +33,9 @@
|
||||||
<!-- Pannello Info -->
|
<!-- Pannello Info -->
|
||||||
<div id="infoPanel" class="info-panel"></div>
|
<div id="infoPanel" class="info-panel"></div>
|
||||||
|
|
||||||
|
<!-- Leaflet JS -->
|
||||||
|
<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
|
||||||
|
|
||||||
<!-- Eruda Debug Console -->
|
<!-- Eruda Debug Console -->
|
||||||
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
|
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -40,7 +47,8 @@
|
||||||
<script>
|
<script>
|
||||||
console.log("Caricamento pagina OK");
|
console.log("Caricamento pagina OK");
|
||||||
</script>
|
</script>
|
||||||
<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
|
|
||||||
|
<!-- App -->
|
||||||
<script src="app.js"></script>
|
<script src="app.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue