-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (24 loc) · 1.47 KB
/
index.html
File metadata and controls
28 lines (24 loc) · 1.47 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SkillClip - Learn Skills in Minutes</title>
<meta name="description" content="Learn real skills through short 2-5 minute videos with mandatory quizzes. Earn points, unlock badges, and track your progress. SkillClip is Duolingo + short videos for real skills." />
<meta name="keywords" content="learning platform, skill videos, short learning, quiz, gamification, student learning, skill development" />
<meta property="og:title" content="SkillClip - Learn Skills in Minutes" />
<meta property="og:description" content="Learn real skills through short 2-5 minute videos with mandatory quizzes. Earn points, unlock badges, and track your progress." />
<meta property="og:type" content="website" />
<meta property="og:image" content="/skilllo.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="SkillClip - Learn Skills in Minutes" />
<meta name="twitter:description" content="Learn real skills through short 2-5 minute videos with mandatory quizzes." />
<meta name="twitter:image" content="/skilllo.png" />
<link rel="canonical" href="https://skillclip.app" />
<link rel="icon" type="image/png" href="/skilllo.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>