feature/completed getting geolocation data

This commit is contained in:
Joaquin committed 2025-05-06 14:46:01 -07:00
1 parent 83be006a83
commit e1626f6ae9
2 files changed
+1 -5

No files matched your search

-5
View File
@@ -18,12 +18,7 @@
</a>
</div>
</div>
<button onclick="getLocation()" class="inline-flex justify-center hover:text-gray-900 items-center py-3 px-5 sm:ms-4 text-base font-medium text-center text-white rounded-lg border border-white hover:bg-gray-100 focus:ring-4 focus:ring-gray-400"></button>
</section>
</main>
<script src="/static/scripts/geolocation.js"></script>
<%- include("./partials/footer") %>
+1
View File
@@ -6,5 +6,6 @@
</div>
</div>
</footer>
<script src="/static/scripts/geolocation.js"></script>
</body>
</html>