-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 1.47 KB
/
Copy pathindex.html
File metadata and controls
27 lines (25 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Mono:wght@400;500&display=swap" rel="stylesheet" />
<title>DevSensei — AI Learning Platform</title>
<meta name="description" content="DevSensei helps CS students practice coding, quizzes, riddles, mock interviews, error explanations, and AI code reviews." />
<meta name="author" content="Aniruddha" />
<meta property="og:title" content="DevSensei — AI Learning Platform" />
<meta property="og:description" content="Practice coding, interview prep, quizzes, riddles, and AI code reviews in one focused learning platform." />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="DevSensei" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="DevSensei — AI Learning Platform" />
<meta name="twitter:description" content="Practice coding, interview prep, quizzes, riddles, and AI code reviews in one focused learning platform." />
<meta name="theme-color" content="#0a0a0a" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/client/App.tsx"></script>
</body>
</html>