fix static

This commit is contained in:
steven 2025-04-07 02:41:17 -04:00
parent 2b8dd9f28d
commit ad103ccd54

View file

@ -6,8 +6,8 @@
<meta name="description" content="Watch the live locations of TARC vehicles and stops around Louisville">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" href="bus.svg" type="image/svg+xml">
<script src="static/leaflet/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
<link rel="stylesheet" href="static/leaflet/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
<script src="/static/leaflet/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
<link rel="stylesheet" href="/static/leaflet/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
<style>html,body{height:100%;margin:0;}#map{height:100vh;}</style>
</head>
<body>