-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 1.51 KB
/
Copy pathindex.html
File metadata and controls
32 lines (29 loc) · 1.51 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
26
27
28
29
30
31
32
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/src/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<!-- Status-bar / toolbar tint (updated at runtime to match the page) -->
<meta name="theme-color" content="#e9effb" />
<!-- Full-screen when added to the iOS home screen -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- Default Open Graph / iMessage preview (overridden per-quest at build time) -->
<title>CougarQuest</title>
<meta name="description" content="BYU Fathers and Sons quest sharing." />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="CougarQuest" />
<meta property="og:title" content="CougarQuest" />
<meta property="og:description" content="BYU Fathers and Sons quest sharing." />
<meta property="og:image" content="https://cougarquest.com/og-default.png" />
<meta property="og:url" content="https://cougarquest.com" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Smart App Banner: iOS Safari prompts to open / install the app -->
<meta name="apple-itunes-app" content="app-id=6745781066, app-clip-bundle-id=Tony.Stark.CougarQuest.Clip" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>