change static url

This commit is contained in:
steven 2025-04-10 00:32:42 -04:00
parent ad103ccd54
commit 750a4f0505

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="/static/leaflet/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script> <script src="https://static.stevenalexander.org/leaflet/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
<link rel="stylesheet" href="/static/leaflet/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" /> <link rel="stylesheet" href="https://static.stevenalexander.org/leaflet/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
<style>html,body{height:100%;margin:0;}#map{height:100vh;}</style> <style>html,body{height:100%;margin:0;}#map{height:100vh;}</style>
</head> </head>
<body> <body>