-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 2.41 KB
/
index.html
File metadata and controls
25 lines (22 loc) · 2.41 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Holy Trinity Parish</title>
<style>
:root {
color-scheme: light dark;
}
</style>
</head>
<body>
<script type="application/ld+json" id="parishconnect-data">
{"@context":"https://schema.org","@type":"CatholicChurch","@id":"https://www.bskchurch.ca#church","name":"Holy Trinity Parish","url":"https://www.bskchurch.ca","telephone":"+1-519-742-5061","openingHours":"Tu,We,Th 09:00-16:00","isAccessibleForFree":true,"publicAccess":true,"smokingAllowed":false,"keywords":"Catholic, Church, Parish, Kitchener, Mass, Sacraments","potentialAction":{"@type":"DonateAction","recipient":{"@id":"https://www.bskchurch.ca#church"},"target":"https://www.bskchurch.ca/giving-options","priceCurrency":"CAD","name":"Donate to Holy Trinity Parish"},"address":{"@id":"https://www.bskchurch.ca#address","@type":"PostalAddress","addressCountry":"CA","addressLocality":"Kitchener","addressRegion":"ON","postalCode":"N2E 2N6","streetAddress":"305 Laurentian Drive"},"event":[{"@type":"Event","url":"https://www.bskchurch.ca","name":"Holy Mass","duration":"PT1H","location":[{"@type":"Place","name":"Holy Trinity Parish","address":{"@id":"https://www.bskchurch.ca#address"}}],"organizer":{"@id":"https://www.bskchurch.ca#church"},"description":"Join us for Holy Mass at Holy Trinity Parish.","eventStatus":"https://schema.org/EventScheduled","startDate":"2023-01-01","eventSchedule":[{"@type":"Schedule","startDate":"2023-01-01","startTime":"09:00","repeatFrequency":"P1W","description":"Daily Mass","byDay":["https://schema.org/Monday","https://schema.org/Tuesday","https://schema.org/Wednesday","https://schema.org/Thursday","https://schema.org/Friday"]},{"@type":"Schedule","startDate":"2023-01-01","startTime":"17:00","repeatFrequency":"P1W","byDay":["https://schema.org/Saturday"]},{"@type":"Schedule","startDate":"2023-01-01","startTime":"09:00","repeatFrequency":"P1W","byDay":["https://schema.org/Sunday"]},{"@type":"Schedule","startDate":"2023-01-01","startTime":"11:00","repeatFrequency":"P1W","byDay":["https://schema.org/Sunday"]}]}]}
</script>
<div id="root"></div>
<!-- <button id="edit-widget" class="edit-schedule-button button">Edit Parish Information</button> -->
<script type="module" src="/src/dev.tsx"></script>
</body>
</html>