fix static
This commit is contained in:
parent
695ffb1dc9
commit
ef77be6bde
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
<meta name="description" content="Track the gas prices of Sam's Club and Costco locations across the United States">
|
<meta name="description" content="Track the gas prices of Sam's Club and Costco locations across the United States">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<link rel="icon" href="gas.svg" type="image/svg+xml">
|
<link rel="icon" href="gas.svg" type="image/svg+xml">
|
||||||
<script src="static/leaflet/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin="anonymous"></script>
|
<script src="/static/leaflet/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin="anonymous"></script>
|
||||||
<link rel="stylesheet" href="static/leaflet/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="anonymous">
|
<link rel="stylesheet" href="/static/leaflet/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="anonymous">
|
||||||
<base target="_blank">
|
<base target="_blank">
|
||||||
<style>html,body{height:100%;margin:0;}#map{height:100vh;}
|
<style>html,body{height:100%;margin:0;}#map{height:100vh;}
|
||||||
.leaflet-container a{
|
.leaflet-container a{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue