-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevents.html
31 lines (30 loc) · 1.08 KB
/
events.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3RE4W13ZNV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3RE4W13ZNV');
</script>
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<link href="dist/css/style.css" rel="stylesheet" type="text/css"/>
<title>Carriage Hills Subdivision - Events</title>
<script src="dist/components/header.js" type="text/javascript" defer></script>
<script src="dist/components/footer.js" type="text/javascript" defer></script>
</head>
<body>
<carriage-hills-header-component activePage="events"></carriage-hills-header-component>
<div class="container my-3 tabcontent" id="events">
<div class="row">
<div class="my-2 py-2 rounded-3 text-center">
<div class="easter-2025">
</div>
</div>
</div>
</div>
<carriage-hills-footer-component></carriage-hills-footer-component>
</body>
</html>