Skip to content

Commit

Permalink
all relative all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoscardi committed Sep 23, 2023
1 parent df7b01c commit a79c55e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin=""/>
<link rel="stylesheet" href="/static/css/leaflet-sidebar.css" />
<link rel="stylesheet" href="static/css/leaflet-sidebar.css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
crossorigin="" defer></script>
<script src="/static/js/leaflet-sidebar.js" defer>
<script src="static/js/leaflet-sidebar.js" defer>
</script>
<script src="/static/js/bikereg_map.js" defer>
<script src="static/js/bikereg_map.js" defer>
</script>

<style>
Expand Down

0 comments on commit a79c55e

Please sign in to comment.