-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
82 lines (79 loc) · 4.38 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lugat | Türkçe Terimler</title>
<meta name="description"
content="Lugat, Türkçe karşılıklarıyla birlikte birçok terimin anlamını içeren bir web sitesidir.">
<meta name="keywords"
content="lugat, terimler,frontend terimleri, yazılım terimleri, türkçe terimler, frontend, frontend sözlük">
<!-- Anahtar kelimeler eklenmiştir -->
<meta name="robots" content="index,follow">
<meta property="og:title" content="Lugat | Türkçe Terimler">
<meta property="og:description"
content="Lugat, Türkçe karşılıklarıyla birlikte birçok terimin anlamını içeren bir web sitesidir.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://lugat.website/">
<meta property="og:image" content="https://lugat.website/og-image.png">
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="tr_TR" /> <!-- Yerelleştirme etiketi eklenmiştir -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Lugat | Türkçe Terimler" />
<meta name="twitter:description"
content="Lugat, Türkçe karşılıklarıyla birlikte birçok terimin anlamını içeren bir web sitesidir." />
<meta name="twitter:url" content="https://lugat.website/" />
<meta name="twitter:creator" content="@" />
<meta name="twitter:site" content="@" />
<meta name="twitter:image" content="https://lugat.website/og-image.png" />
<meta name="twitter:image:alt" content="Lugat" /> <!-- Alternatif metin eklenmiştir -->
<meta property="og:site_name" content="Lugat" />
<link rel="canonical" href="https://lugat.website/" /> <!-- Ana sayfanın canonical URL'i eklenmiştir -->
<link rel="icon" href="/lugat.png" type="image/x-icon" />
<link rel="shortcut icon" href="/fav.svg" type="image/x-icon" />
<link rel="manifest" href="/manifest.json" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="lugat.website" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link href="/pwa/img/iphone5_splash.png"
media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)"
rel="apple-touch-startup-image" />
<link href="/pwa/img/iphone6_splash.png"
media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)"
rel="apple-touch-startup-image" />
<link href="/pwa/img/iphoneplus_splash.png"
media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)"
rel="apple-touch-startup-image" />
<link href="/pwa/img/iphonex_splash.png"
media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)"
rel="apple-touch-startup-image" />
<link href="/pwa/img/ipad_splash.png"
media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)"
rel="apple-touch-startup-image" />
<link href="/pwa/img/ipadpro1_splash.png"
media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)"
rel="apple-touch-startup-image" />
<link href="/pwa/img/ipadpro2_splash.png"
media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)"
rel="apple-touch-startup-image" />
<link rel="apple-touch-icon" sizes="128x128" href="/pwa/img/128x128.png" />
<link rel="apple-touch-icon-precomposed" sizes="128x128" href="/pwa/img/128x128.png" />
<link rel="icon" sizes="192x192" href="/pwa/img/192x192.png" />
<link rel="icon" sizes="128x128" href="/pwa/img/128x128.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- <script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/service-worker.js')
.then(function(registration) {
console.log('Service Worker registered with scope:', registration.scope);
})
.catch(function(error) {
console.log('Service Worker registration failed:', error);
});
}
</script> -->
</html>