Switch resources to relative links

This allows us to test from a file:// URL.
This commit is contained in:
Chandler Swift 2025-11-08 17:21:35 -06:00
parent 54a0b4c47d
commit e19e2afe72
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -4,9 +4,9 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lawrence Deer Club Maps</title> <title>Lawrence Deer Club Maps</title>
<link rel="stylesheet" href="/leaflet/leaflet.css" /> <link rel="stylesheet" href="leaflet/leaflet.css" />
<script src="/leaflet/leaflet.js"></script> <script src="leaflet/leaflet.js"></script>
<script src="/turf.min.js"></script> <script src="turf.min.js"></script>
<style> <style>
html, body { html, body {
margin: 0; margin: 0;