-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
33 lines (33 loc) Β· 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Dan Motzenbecker" />
<meta
name="description"
content="Emdash uses AI to organize highlights from ebooks and articles so you can remember and learn from what you read."
/>
<meta name="theme-color" content="#ffffff" />
<meta property="og:image" content="https://emdash.ai/images/embed.png" />
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap"
rel="stylesheet"
/>
<link
rel="icon"
href="/images/favicon-512.png"
type="image/png"
sizes="any"
/>
<link rel="icon" href="/images/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
<title>Emdash β organize your book highlights with AI</title>
</head>
<body>
<script type="module" src="/src/main.js"></script>
</body>
</html>