-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 1.8 KB
/
Copy pathindex.html
File metadata and controls
33 lines (30 loc) · 1.8 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<title>Word Sage - Your Calm Study Dictionary</title>
<meta name="description" content="Discover words in a peaceful, distraction-free environment. Word Sage is a modern dictionary designed for focused learning with definitions, pronunciations, synonyms, and visual context." />
<meta name="keywords" content="dictionary, online dictionary, study, learning, vocabulary, etymology, english, words" />
<meta name="author" content="Donavalli Jayanth" />
<link rel="canonical" href="https://wordsage.netlify.app/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://wordsage.netlify.app/" />
<meta property="og:title" content="Word Sage - Your Calm Study Dictionary" />
<meta property="og:description" content="A modern dictionary for focused learning with definitions, audio, synonyms, and visual context." />
<meta property="og:image" content="https://wordsage.netlify.app/logo.svg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://wordsage.netlify.app/" />
<meta property="twitter:title" content="Word Sage - Your Calm Study Dictionary" />
<meta property="twitter:description" content="A modern dictionary for focused learning with definitions, audio, synonyms, and visual context." />
<meta property="twitter:image" content="https://wordsage.netlify.app/logo.svg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>