-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (23 loc) · 1.45 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
<!doctype html>
<html lang="en">
<head>
<title>MNgo Quiz</title>
<meta name="theme-color" content="#AC3B61" />
<link rel="icon" type="image/png" href="/xxxs.png" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="MNgo Quiz | Quiz App to practice interview questions | Developer: Aditya Suman">
<meta name="keywords"
content="Aditya Suman, quiz, mngo, MNgo, adityasuman, adityasuman2025, interview, practice, question, questionnaire, javascript, web-tech, web, tech, technology, react, react.js, next, next.js, js, css, html, html/css, frontend, front-end, system design, web-security, security, git, web-trends, trends, IIT, IIT Patna, mobile, mobile app, app, android, android studio, app development, web development, website, web application, graphics, programming, coding, coder, programmer, software, developer, software developer, development, enginner, software engineering, software">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="Aditya Suman">
<meta name="google-site-verification" content="tmpTIfxUJCSXkF8NKNgLWkRBtFpKisiSJOipCBQT8DA" />
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>