-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (49 loc) · 1.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>React Flashcards | Learn React Questions & Answers</title>
<meta
name="description"
content="Boost your React knowledge with flashcards covering important questions and answers. Perfect for developers and learners looking to master React."
/>
<meta
name="keywords"
content="React, React Flashcards, Learn React, React Questions, React Answers, Web Development, Frontend Development, React Learning, React Interview Questions, JavaScript"
/>
<meta name="author" content="Manish Patil" />
<!-- Open Graph Meta Tags for Social Media -->
<meta
property="og:title"
content="React Flashcards | Learn React Questions & Answers"
/>
<meta
property="og:description"
content="A comprehensive set of flashcards to help you learn and revise React through key questions and answers."
/>
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://merlin-react-flashcards.vercel.app/"
/>
<meta property="og:image" content="/flashcards-thumbnail.png" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="/flashcards-thumbnail.png" />
<meta
name="twitter:title"
content="React Flashcards | Learn React Questions & Answers"
/>
<meta
name="twitter:description"
content="Master React with our flashcards that offer key questions and answers to boost your skills."
/>
<meta name="twitter:image" content="/flashcards-thumbnail.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>