-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (97 loc) · 5.16 KB
/
index.html
File metadata and controls
97 lines (97 loc) · 5.16 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="canonical" href="https://www.plandy.app/" data-rh="true" />
<link rel="alternate" href="https://www.plandy.app/" hreflang="en-US" data-rh="true" />
<link rel="alternate" href="https://www.plandy.app/kr" hreflang="ko-KR" data-rh="true" />
<link rel="alternate" href="https://www.plandy.app/jp" hreflang="ja-JP" data-rh="true" />
<link rel="apple-touch-icon" sizes="57x57" href="/icons/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="/icons/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/icons/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/icons/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/icons/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/icons/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/icons/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/icons/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/icons/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/icons/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="/icons/ms-icon-144x144.png" />
<title>Plandy</title>
<meta
name="description"
content="All-in-one scheduling app that helps you easily organize your daily tasks and never miss important schedules with calendar & Reminders"
data-rh="true"
/>
<meta
name="keywords"
lang="en"
content="plandy,calendar,reminder,checklist,schedule,task,todo,event,plan,planner,organizer,productivity,time management,time tracking,habit,goal,project,note,memo,journal,diary,taking,journaling,diarying,routine,ritual,minimalist,productive,distraction,focus,tracker,bullet journal"
/>
<meta
name="keywords"
lang="ko"
content="plandy,플랜디,캘린더,리마인더,미리알림,일정,관리,투두,습관,루틴,할일,달력,플래너,시간표,스케쥴러,갓생,시간,작업,플랜,미라클모닝,계획표,타임스탬프,목표,그로우,생산성,집중,불렛저널,트래커,태스크"
/>
<meta
name="keywords"
lang="ja"
content="plandy,カレンダー,リマインダー,チェック,タスク,スケジュール,タスク,計画,時間管理,プランナー,ルーチン,習慣,生産性,集中,オーガナイザー,トラッカー,タスク管理,スケジュール管理,TODOリスト,日程調整,ルーティン管理,目標達成,スケジュール帳,効率的な計画,やること"
/>
<meta name="author" content="Danah Kim" />
<meta name="copyright" content="Case: D" />
<meta name="application-name" content="Plandy" />
<meta name="apple-mobile-web-app-title" content="Plandy" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta property="og:site_name" content="Plandy" data-rh="true" />
<meta
property="og:title"
content="Plandy | All-in-one Schedule Management App"
data-rh="true"
/>
<meta property="og:type" content="website" data-rh="true" />
<meta
property="og:description"
content="All-in-one scheduling app that helps you easily organize your daily tasks and never miss important schedules with calendar & Reminders"
data-rh="true"
/>
<meta
property="og:image"
content="https://www.plandy.app/images/open_graph_logo.png"
data-rh="true"
/>
<meta property="og:locale" content="en_US" data-rh="true" />
<meta property="og:url" content="https://www.plandy.app" data-rh="true" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Plandy | All-in-one Schedule Management App"
data-rh="true"
/>
<meta
name="twitter:description"
content="All-in-one scheduling app that helps you easily organize your daily tasks and never miss important schedules"
data-rh="true"
/>
<meta name="twitter:image" content="https://www.plandy.app/images/open_graph_logo.png" />
<meta property="al:ios:url" content="https://apps.apple.com/app/id6736831438" />
<meta property="al:ios:app_store_id" content="id6736831438" />
<meta property="al:ios:app_name" content="Plandy: Reminders & Calendar" />
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>