-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (47 loc) · 2.34 KB
/
Copy pathindex.html
File metadata and controls
51 lines (47 loc) · 2.34 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" sizes="any" />
<link rel="icon" href="/favicon-96x96.png" type="image/png" sizes="96x96" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<script defer src="https://anal.firu.dev/important.js" data-endpoint="https://anal.firu.dev/visit"></script>
<!-- Basic -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<link rel="canonical" href="https://git-calendar.org" />
<meta
name="description"
content="Git Calendar is an open-source, decentralized, offline-first, end-to-end encrypted calendar that stores versioned data in your own Git repository."
/>
<meta name="theme-color" content="#f03c2e" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Git Calendar" />
<meta property="og:title" content="Git Calendar Web" />
<meta
property="og:description"
content="Git Calendar is an open-source, decentralized, offline-first, end-to-end encrypted calendar that stores versioned data in your own Git repository."
/>
<meta property="og:url" content="https://git-calendar.org" />
<meta property="og:image" content="https://git-calendar.org/og-image.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Git Calendar logo with a Git branch and calendar icon" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Git Calendar Web" />
<meta
name="twitter:description"
content="Git Calendar is an open-source, decentralized, offline-first, end-to-end encrypted calendar that stores versioned data in your own Git repository."
/>
<meta name="twitter:image" content="https://git-calendar.org/og-image.png" />
<meta name="twitter:image:alt" content="Git Calendar logo with a Git branch and calendar icon" />
<title>Git Calendar Web</title>
</head>
<body>
<div id="app" />
<script type="module" src="/src/main.ts"></script>
</body>
</html>