change static url

This commit is contained in:
steven 2025-04-27 23:04:14 -04:00
parent 2ae572c2be
commit 3b94ad5daf

View file

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