-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.97 KB
/
index.html
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
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Python Quizzer - Interactive Python Learning with Quizzes | For Beginners and Experts</title>
<meta name="description" content="Master Python programming with Python Quizzer's interactive quizzes. Tailored for both beginners and experts, these quizzes make learning Python easy and fun." />
<meta name="keywords" content="Python quiz, Python learning, interactive Python quizzes, Python for beginners, Python programming, Python tutorials" />
<link rel="icon" type="image/png" href="/icon.png" />
<link rel="canonical" href="https://alexandengstrom.github.io/python-quizzer" />
<meta property="og:title" content="Python Quizzer - Interactive Python Learning with Quizzes" />
<meta property="og:description" content="Master Python with engaging, interactive quizzes. Ideal for beginners and expert programmers. Start learning Python in a fun way today!" />
<meta property="og:image" content="https://alexandengstrom.github.io/python-quizzer/banner.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:url" content="https://alexandengstrom.github.io/python-quizzer" />
<meta property="og:type" content="website" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "EducationalOrganization",
"name": "Python Quizzer",
"url": "https://alexandengstrom.github.io/python-quizzer",
"logo": "https://alexandengstrom.github.io/python-quizzer/icon.png",
"description": "Interactive and fun Python quizzes for learning and mastering Python programming. Suitable for all skill levels."
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>