-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
33 lines (33 loc) · 1.13 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="Cuizzy is the ultimate destination to practice MCQs, Short questions, quiz on any programming language and computer science fundamentals."
/>
<meta
name="keywords"
content="cuizzy, quiz app, quiz website, free quiz website, programming quiz, computer science MCQs, computer science fundamentals, short questions, top MCQs, best MCQs, quiz practice, coding practice"
/>
<meta
property="og:description"
content="Cuizzy - The best quiz competition platform you have ever seen!"
/>
<meta
property="og:image"
content="https://cuizzy.s4shibam.com/Logo.png"
/>
<meta
name="google-site-verification"
content="9t_gm2dnEFol0PLWStz1lljLRkTTUvAcSNj1P72MYkI"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cuizzy - Challenge your limits</title>
<link rel="icon" type="image/x-icon" href="./Logo.svg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>