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>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Galleria Foto</title>
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
||||
<!-- Leaflet CSS -->
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
|
||||
</head>
|
||||
|
||||
|
|
@ -29,6 +33,9 @@
|
|||
<!-- Pannello Info -->
|
||||
<div id="infoPanel" class="info-panel"></div>
|
||||
|
||||
<!-- Leaflet JS -->
|
||||
<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
|
||||
|
||||
<!-- Eruda Debug Console -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
|
||||
<script>
|
||||
|
|
@ -40,7 +47,8 @@
|
|||
<script>
|
||||
console.log("Caricamento pagina OK");
|
||||
</script>
|
||||
<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
|
||||
|
||||
<!-- App -->
|
||||
<script src="app.js"></script>
|
||||
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue