-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (27 loc) · 2.07 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="./src/assets/paperclip.svg" />
<link rel="canonical" href="https://noviceguru.github.io/paperclip-habit-tracker/">
<link rel="apple-touch-icon" sizes="180x180" href="./src/assets/paperclip.svg">
<title>Paperclip Habit Tracker - Build Habits Inspired by Dyrsmid's $5 Million Sales Strategy</title>
<meta name="description" content="Track your habits inspired by Dyrsmid's $5 million sales strategy. Move paperclips from one jar to another and build positive habits with the Paperclip Habit Tracker.">
<meta name="keywords" content="paperclip, habit tracker, daily goals, productivity, Dyrsmid, James Clear, $5 million sales strategy">
<meta property="og:title" content="Paperclip Habit Tracker - Build Habits Inspired by Dyrsmid's $5 Million Sales Strategy">
<meta property="og:description" content="Track your habits inspired by Dyrsmid's $5 million sales strategy. Move paperclips from one jar to another and build positive habits with the Paperclip Habit Tracker.">
<meta property="og:image" content="https://noviceguru.github.io/paperclip-habit-tracker/habit-tracker.png">
<meta property="og:url" content="https://noviceguru.github.io/paperclip-habit-tracker/">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Paperclip Habit Tracker - Build Habits Inspired by Dyrsmid's $5 Million Sales Strategy">
<meta name="twitter:description" content="Track your habits inspired by Dyrsmid's $5 million sales strategy. Move paperclips from one jar to another and build positive habits with the Paperclip Habit Tracker.">
<meta name="twitter:image" content="https://noviceguru.github.io/paperclip-habit-tracker/habit-tracker.png">
<script src="https://accounts.google.com/gsi/client" defer></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>