Skip to content

Commit

Permalink
Fixed file error
Browse files Browse the repository at this point in the history
  • Loading branch information
will16363 committed Nov 30, 2022
1 parent 22221eb commit 162b64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="/css/styles.css" />
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
Expand Down Expand Up @@ -38,6 +38,6 @@ <h3>Searchable Crime Types:</h3>
</div>
</div>
</div>
<script src="js/script.js"></script>
<script src="/js/script.js"></script>
</body>
</html>

0 comments on commit 162b64f

Please sign in to comment.