-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
45 lines (45 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/h.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Track and build mini habits for lasting personal development and productivity"
/>
<meta
name="keywords"
content="mini habits, habit tracking, personal development, productivity, daily habits"
/>
<meta name="author" content="fberrez.co" />
<meta name="robots" content="index, follow" />
<meta property="og:title" content="minihabits - build lasting habits" />
<meta
property="og:description"
content="Track and build mini habits for lasting personal development and productivity"
/>
<meta
property="og:image"
content="/path-to-your-social-preview-image.jpg"
/>
<meta property="og:url" content="https://minihabits.fberrez.co" />
<title>minihabits - build lasting habits</title>
<script
defer
data-domain="minihabits.fberrez.co"
src="https://plausible.io/js/script.tagged-events.js"
></script>
<script>
window.plausible =
window.plausible ||
function () {
(window.plausible.q = window.plausible.q || []).push(arguments);
};
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>