-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
45 lines (44 loc) · 2.32 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
<!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.0">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
<meta name="description" content="Learn vocabulary for free! Take a test, review flashcards, or use our learn mode- all completely free. Study all subjects in school, like science, history, math, and foreign languages." />
<meta name="theme-color" content="#795548" />
<meta name="og:title" content="Vocabustudy" />
<meta name="og:description" content="Learn vocabulary for free! Take a test, review flashcards, or use our learn mode- all completely free. Study all subjects in school, like science, history, math, and foreign languages." />
<meta name="og:type" content="website" />
<meta name="og:image" content="/images/og_banner.png" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="canonical" href="https://vocabustudy.org/" />
<link rel="manifest" href="/app.webmanifest" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preload" as="image" href="/images/striped-background.svg" />
<link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet';" href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&display=swap" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Vocabustudy",
"applicationCategory": "BrowserApplication,EducationalApplication",
"operatingSystem": "Browser"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Vocabustudy",
"url": "https://vocabustudy.org/"
}
</script>
<title>Vocabustudy</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>