-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 1.95 KB
/
Copy pathindex.html
File metadata and controls
39 lines (35 loc) · 1.95 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#2563eb" />
<meta
name="description"
content="DeepLaoshi - Your partner to learn Vocabulary. Master GRE vocabulary with interactive flashcards. 112 high-frequency words with Spanish translations."
/>
<meta name="keywords" content="GRE, vocabulary, flashcards, English, Spanish, learning, study, test prep" />
<meta name="author" content="DeepLaoshi" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://deeplaoshi.web.app/" />
<meta property="og:title" content="DeepLaoshi - Your partner to learn Vocabulary" />
<meta property="og:description" content="DeepLaoshi - Your partner to learn Vocabulary. Master GRE vocabulary with interactive flashcards. 112 high-frequency words with Spanish translations." />
<meta property="og:image" content="/logo512.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://deeplaoshi.web.app/" />
<meta property="twitter:title" content="DeepLaoshi - Your partner to learn Vocabulary" />
<meta property="twitter:description" content="DeepLaoshi - Your partner to learn Vocabulary. Master GRE vocabulary with interactive flashcards. 112 high-frequency words with Spanish translations." />
<meta property="twitter:image" content="/logo512.png" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>DeepLaoshi - Your partner to learn Vocabulary</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>