Update index.html
This commit is contained in:
parent
ae37c589a6
commit
d4925ae924
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<title>CSMS Claims and Neighbors</title>
|
||||||
<!-- Google tag (gtag.js) -->
|
<!-- Google tag (gtag.js) -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CC1B9CQ691"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CC1B9CQ691"></script>
|
||||||
<script>
|
<script>
|
||||||
|
@ -9,7 +10,8 @@
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
gtag('config', 'G-CC1B9CQ691');
|
gtag('config', 'G-CC1B9CQ691');
|
||||||
</script>
|
</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>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
|
|
Loading…
Reference in New Issue