-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (36 loc) · 1.7 KB
/
index.html
File metadata and controls
39 lines (36 loc) · 1.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/d_logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Space to Plan. Time to Do. Organize your tasks, boards, and calendar with DailyDoer."
/>
<title>DailyDoer</title>
<link rel="canonical" href="https://dailydoer.space/" />
<meta name="theme-color" content="#6366f1" />
<meta
name="keywords"
content="task management, management, productivity, boards, calendar, daily planner, collaboration, project management, DailyDoer, organize tasks, to-do list, ამოცანების მართვა, პროდუქტიულობა, დაფები, კალენდარი, დღიური დაგეგმვა, თანამშრომლობა, პროექტის მართვა, დავალებების ორგანიზება, გასაკეთებელი სია"
/>
<!-- Open Graph tags -->
<meta property="og:title" content="DailyDoer" />
<meta
property="og:description"
content="Space to Plan. Time to Do. Organize your tasks, boards, and calendar with DailyDoer."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dailydoer.space/" />
<meta
property="og:image"
content="https://dailydoer.space/dailydoer_logo.svg"
/>
<script src="https://accounts.google.com/gsi/client" async defer></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>