Compare commits
No commits in common. "4cd5994798ea1cd4be7efbd9b3064954cb7bb2c6" and "e8c67147b1e8860e69216bb9208f6725ea9eb911" have entirely different histories.
4cd5994798
...
e8c67147b1
2 changed files with 2 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="it">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
|
@ -102,12 +102,8 @@
|
||||||
{errorMessage}
|
{errorMessage}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<svelte:head>
|
|
||||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
|
|
||||||
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
|
|
||||||
crossorigin=""/>
|
|
||||||
</svelte:head>
|
|
||||||
<style>
|
<style>
|
||||||
|
@import 'leaflet/dist/leaflet.css';
|
||||||
#map {
|
#map {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
|
Loading…
Reference in a new issue