-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (33 loc) · 1.06 KB
/
index.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
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="manifest" href="manifest.json" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="msapplication-starturl"
content="https://saint-luke.net/wado/"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Order of Saint Luke: Web-Amplified Daily Office"
/>
<link rel="icon" href="/favicon.ico" />
<link
rel="apple-touch-icon"
href="/wado/ox-red-152x152.png"
sizes="152x152"
/>
<link rel="mask-icon" href="/mask-icon.svg" color="#FFFFFF" />
<title>The Order of Saint Luke: Web Amplified Daily Office (WADO)</title>
<script type="module" src="src/main.ts"></script>
</head>
<body></body>
</html>