-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (39 loc) · 1.96 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="canonical" href="https://delible.ink" />
<link rel="icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5" />
<link rel="manifest" href="manifest.json" />
<meta name="msapplication-TileColor" content="#faf5e9" />
<meta name="theme-color" content="#FAF5E9" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)" />
<meta name="description"
content="Delible ink isn't permanent. Put down your thoughts and they'll fade at the end of the day." />
<link rel="apple-touch-icon" href="logo192.png" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://delible.ink/">
<meta property="og:title" content="Delible ink.">
<meta property="og:description"
content="Delible ink isn't permanent. Put down your thoughts and they'll fade at the end of the day.">
<meta property="og:image" content="meta.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://delible.ink/">
<meta property="twitter:title" content="Delible ink.">
<meta property="twitter:description"
content="Delible ink isn't permanent. Put down your thoughts and they'll fade at the end of the day.">
<meta property="twitter:image" content="meta.png">
<title>Delible ink.</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>