Skip to content

Commit

Permalink
src links
Browse files Browse the repository at this point in the history
  • Loading branch information
lecarver committed Nov 19, 2024
1 parent ff4be4c commit fb1983c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<link href="https://api.mapbox.com/mapbox-gl-js/v3.0.1/mapbox-gl.css" rel="stylesheet">
<link href="/src/input.css" rel="stylesheet">
<script src="https://api.mapbox.com/mapbox-gl-js/v3.0.1/mapbox-gl.js"></script>
<script src="/src/js/mapcontrols.js"></script>
<script src="/src/js/datasources.js"></script>
<script src="/src/js/popups.js"></script>
<script src="/src/js/sidebar.js"></script>
<script src="accessbc/src/js/mapcontrols.js"></script>
<script src="accessbc/src/js/datasources.js"></script>
<script src="accessbc/src/js/popups.js"></script>
<script src="accessbc/src/js/sidebar.js"></script>
</head>
<body>

Expand Down

0 comments on commit fb1983c

Please sign in to comment.