-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 909 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vocab Fuzzy Search</title>
<meta
name="description"
content="Quickly find just the word you need by searching through the GregMat GRE Vocab Mountain words by their definitions, example sentences and synonyms."
/>
<meta
name="keywords"
content="GRE, GregMat, Vocab, Vocabulary, Fuzzy Search, Search, Definitions, Synonyms, Example Sentences"
/>
</head>
<body class="dark:bg-gray-700 dark:text-white">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script
defer
src="https://cloud.umami.is/script.js"
data-website-id="3afb037e-022c-4321-b82f-5530427c2967"
></script>
</body>
</html>