-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (21 loc) · 1.43 KB
/
index.html
File metadata and controls
23 lines (21 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lock In — AI Study Planner</title>
<meta name="description" content="AI-powered study planner that generates personalized day-by-day plans with resources and focus sessions.">
<meta property="og:type" content="website" />
<meta property="og:title" content="Lock In — AI Study Planner">
<meta name="twitter:title" content="Lock In — AI Study Planner">
<meta property="og:description" content="AI-powered study planner that generates personalized day-by-day plans with resources and focus sessions.">
<meta name="twitter:description" content="AI-powered study planner that generates personalized day-by-day plans with resources and focus sessions.">
<meta property="og:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/565d0829-acfb-4fa6-83c6-050cea406212/id-preview-74e9d417--6b884650-a2f9-4f26-9c1a-4fc380ed34ef.lovable.app-1773990920797.png">
<meta name="twitter:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/565d0829-acfb-4fa6-83c6-050cea406212/id-preview-74e9d417--6b884650-a2f9-4f26-9c1a-4fc380ed34ef.lovable.app-1773990920797.png">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>