Compare commits
2 commits
e8c67147b1
...
4cd5994798
Author | SHA1 | Date | |
---|---|---|---|
4cd5994798 | |||
d60ad6f1ff |
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="it">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
|
|
@ -102,8 +102,12 @@
|
|||
{errorMessage}
|
||||
{/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>
|
||||
@import 'leaflet/dist/leaflet.css';
|
||||
#map {
|
||||
height: 100%;
|
||||
z-index: 0;
|
||||
|
|
Loading…
Reference in a new issue