Skip to content

Commit

Permalink
added deprecation note to mass finder
Browse files Browse the repository at this point in the history
  • Loading branch information
jere-mie committed Feb 1, 2025
1 parent 4da0e2c commit dfdfc70
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions mass/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@
<script src="leaflet.1.9.4.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>
h1 {
h1, h2 {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
a {
text-decoration: none;
color: black;
}
#map { height: 80vh; }

.churchPopup {
Expand All @@ -46,6 +42,7 @@ <h1>
<i class="fab fa-github"></i>
</a>
</h1>
<h2><strong>NOTE: This project has been deprecated in favor of a newer version. Check it out <a href="https://github.com/jere-mie/massfinder-we" target="_blank">here</a></strong></h2>
<div id="map"></div>
<script type="module">
/**
Expand Down

0 comments on commit dfdfc70

Please sign in to comment.