-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 2.13 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
36
37
38
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#242424">
<link rel="icon" type="image/svg+xml" href="/daily-questions.svg"/>
<link rel="manifest" href="/app.webmanifest"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Answer daily questions to keep track of your year.">
<title>Daily Questions</title>
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "Daily Questions",
"url" : "https://daily-questions.up.railway.app/",
"logo": "https://daily-questions.up.railway.app/daily-questions.svg"
}
</script>
<meta property="og:image" content="https://repository-images.githubusercontent.com/912532428/3ad035c8-5cb9-4db0-bb31-98b9c40003dc" />
<meta property="og:image:alt" content="Answer daily questions to keep track of your year" />
<meta property="og:site_name" content="Daily Questions" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Answer daily questions to keep track of your year" />
<meta property="og:url" content="https://daily-questions.up.railway.app" />
<meta property="og:description" content="Track your year, day by day." />
<meta name="twitter:image" content="https://repository-images.githubusercontent.com/912532428/3ad035c8-5cb9-4db0-bb31-98b9c40003dc" />
<meta name="twitter:site" content="@rob93c" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Answer daily questions to keep track of your year" />
<meta name="twitter:description" content="Track your year, day by day." />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>