-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 1.48 KB
/
index.html
File metadata and controls
24 lines (22 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<title>Python Learning Platform - Learn Python from Beginner to Advanced</title>
<meta name="description" content="Master Python programming with our comprehensive learning platform. From beginner basics to advanced concepts, with coding challenges from LeetCode and HackerRank, project recommendations, and progress tracking." />
<!-- Open Graph tags -->
<meta property="og:title" content="Python Learning Platform - Learn Python from Beginner to Advanced" />
<meta property="og:description" content="Master Python programming with structured curriculum, coding challenges, and hands-on projects. Track your progress from beginner to advanced level." />
<meta property="og:type" content="website" />
<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=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- This is a replit script which adds a banner on the top of the page when opened in development mode outside the replit environment -->
<script type="text/javascript" src="https://replit.com/public/js/replit-dev-banner.js"></script>
</body>
</html>