-
-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathindex.html
48 lines (44 loc) · 1.87 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
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<!-- HTML Meta Tags -->
<title>Eidos</title>
<meta
name="description"
content="Offline Alternative to Notion. Eidos is an extensible framework for managing your personal data throughout your lifetime in one place. open-source and local-first."
/>
<!-- Open Graph Meta Tags -->
<meta property="og:url" content="https://eidos.space" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Eidos" />
<meta
property="og:description"
content="Offline alternative to Notion. Eidos is an extensible framework for managing your personal data throughout your lifetime in one place. open-source and local-first."
/>
<meta property="og:image" content="https://eidos.space/logo.svg" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="eidos.space" />
<meta property="twitter:url" content="https://eidos.space" />
<meta name="twitter:title" content="Eidos" />
<meta
name="twitter:description"
content="Offline alternative to Notion. Eidos is an extensible framework for managing your personal data throughout your lifetime in one place. open-source and local-first."
/>
<meta name="twitter:image" content="https://eidos.space/logo.svg" />
<!-- Meta Tags Generated via https://opengraph.dev -->
</head>
<body>
<div id="root"></div>
<!-- for gdg editor -->
<div
id="portal"
style="position: fixed; left: 0; top: 0; z-index: 9999"
></div>
</body>
</html>