Skip to content

Commit

Permalink
Import leaflet in dev-page
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrancart committed Apr 5, 2024
1 parent 9b4ceda commit aad0c94
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dev-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@
<!-- FONTAWESOME-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">


<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin=""/>
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
crossorigin=""></script>

<title>SPARnatural - test page</title>

Expand Down

0 comments on commit aad0c94

Please sign in to comment.