-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 1.49 KB
/
index.html
File metadata and controls
30 lines (27 loc) · 1.49 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LearnWise - AI-Powered Learning Platform</title>
<meta name="description" content="Adaptive AI-powered assessment and practice platform for students. Personalized learning with intelligent difficulty adjustment and comprehensive analytics." />
<meta name="author" content="LearnWise Team" />
<link rel="icon" type="image/jpeg" href="/logo.jpg" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<!-- Open Graph (for social sharing like LinkedIn, Facebook, etc.) -->
<meta property="og:title" content="LearnWise - AI-Powered Learning Platform" />
<meta property="og:description" content="Adaptive AI-powered assessment and practice platform for students. Personalized learning with intelligent difficulty adjustment." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://yourdomain.com/logo.jpg" />
<!-- 🔹 Replace with your own hosted image -->
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@LearnWise" /> <!-- 🔹 Your Twitter/X handle -->
<meta name="twitter:image" content="https://yourdomain.com/logo.jpg" />
<!-- 🔹 Replace with your own hosted image -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>