fix static

This commit is contained in:
steven 2025-04-07 02:40:59 -04:00
parent 695ffb1dc9
commit ef77be6bde

View file

@ -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{