-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (46 loc) · 2.92 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" /><link rel="icon" type="image/png" href="https://cdn.discordapp.com/attachments/916242371652509726/1090584639376212048/eyRg7yY.png">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Quize"
/>
<!-- HTML Meta Tags -->
<title>Quize</title>
<meta name="description" content="Quize is a cutting-edge quiz/test taking website that empowers teachers and students to monitor progress and improve performance in a fun and engaging manner. With a comprehensive suite of tools, user-friendly interface, and gamification elements, Quize is the ideal choice for schools and educators looking to enhance their assessments.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://quize-mps.vercel.app/">
<meta property="og:type" content="website">
<meta property="og:title" content="Quize">
<meta property="og:description" content="Quize is a cutting-edge quiz/test taking website that empowers teachers and students to monitor progress and improve performance in a fun and engaging manner. With a comprehensive suite of tools, user-friendly interface, and gamification elements, Quize is the ideal choice for schools and educators looking to enhance their assessments.">
<meta property="og:image" content="https://cdn.discordapp.com/attachments/916242371652509726/1093226100588556418/FFkEpPX.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="quize-mps.vercel.app">
<meta property="twitter:url" content="https://quize-mps.vercel.app/">
<meta name="twitter:title" content="Quize">
<meta name="twitter:description" content="Quize is a cutting-edge quiz/test taking website that empowers teachers and students to monitor progress and improve performance in a fun and engaging manner. With a comprehensive suite of tools, user-friendly interface, and gamification elements, Quize is the ideal choice for schools and educators looking to enhance their assessments.">
<meta name="twitter:image" content="https://cdn.discordapp.com/attachments/916242371652509726/1093226100588556418/FFkEpPX.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
<title>Quize</title>
</head>
<body>
<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=Poppins:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/kursor/dist/kursor.css">
<div id="root"></div>
<script src="https://unpkg.com/kursor"></script>
<script>
new kursor({
type: 4,
removeDefaultCursor: true,
color: "#FF0000"
})
</script>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>