-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/realquiz.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Quiz Craft | Home</title>
<meta
name="description"
content="Create captivating quizzes in just 5 minutes, share them, and gain insights! Seamlessly integrated with the OpenTriviaDatabase API for endless possibilities. Engage, challenge, and analyze with our quiz-making platform." />
<meta
name="keywords"
content="quizzes, quiz maker, trivia, OpenTriviaDatabase, interactive learning, engagement, analytics" />
<meta name="author" content="Dylan Heslop" />
<!-- facebook -->
<meta property="og:title" content="Quiz Craft" />
<meta property="og:type" content="webpage" />
<meta
property="og:description"
content="Create captivating quizzes in just 5 minutes, share them, and gain insights! Seamlessly integrated with the OpenTriviaDatabase API for endless possibilities. Engage, challenge, and analyze with our quiz-making platform." />
<meta
property="og:image"
content="https://quiz-craft-frontend.vercel.app/assets/QC.png" />
<meta
property="og:url"
content="https://quiz-craft-frontend.vercel.app/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>