Update index.html

This commit is contained in:
Daniel LaForce 2024-08-01 17:26:55 -06:00
parent ae37c589a6
commit d4925ae924
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>CSMS Claims and Neighbors</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CC1B9CQ691"></script>
<script>
@ -9,7 +10,8 @@
gtag('js', new Date());
gtag('config', 'G-CC1B9CQ691');
</script>
<title>CSMS Claims and Neighbors</title>
<!-- Google Maps API with async loading -->
<script async defer src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&libraries=places,visualization,geometry,search"></script>
<style>
body {
font-family: Arial, sans-serif;