-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (45 loc) · 1.94 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
39
40
41
42
43
44
45
46
47
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="title" content="GeTsu" />
<meta
name="description"
content="A simple, yet customizable monthly planner generator."
/>
<meta
name="keywords"
content="Monthly planner, generator, print, printable, portrait calendar, holiday, print-friendly "
/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://getsu.12a.app/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="GeTsu Monthly Planner Generator" />
<meta
property="og:description"
content="A simple,yet customizable monthly planner generator."
/>
<meta property="og:image" content="https://getsu.12a.app/og.png" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="getsu.12a.app" />
<meta property="twitter:url" content="https://getsu.12a.app/" />
<meta name="twitter:title" content="GeTsu Monthly Planner Generator" />
<meta
name="twitter:description"
content="A simple,yet customizable monthly planner generator."
/>
<meta name="twitter:image" content="https://getsu.12a.app/og.png" />
<!-- Meta Tags Generated via https://opengraph.dev -->
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GeTsu Monthly Planner Generator</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>