-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (71 loc) · 2.28 KB
/
index.html
File metadata and controls
79 lines (71 loc) · 2.28 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Google Search Console verification -->
<meta
name="google-site-verification"
content="qhXmhKRgrVr8NSq_qsF8tnB2Woyfxc4ru7nSA_6kBMY"
/>
<!-- Favicon (stable path from public/) -->
<link rel="icon" type="image/png" href="/icon.png" />
<!-- Preload fonts (stable paths from public/fonts/) -->
<link
rel="preload"
href="/fonts/Inter/Inter-Regular.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<link
rel="preload"
href="/fonts/Inter/Inter-Bold.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#202124" />
<!-- Primary Meta Tags -->
<title>Yusuf Erman ERGÖZ | Mobile & Web Developer</title>
<meta
name="description"
content="Portfolio of Yusuf Erman ERGÖZ — mobile & web developer skilled in Android, iOS, and web solutions. Check out my projects and skills!"
/>
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://ermanergoz.github.io/" />
<!-- Open Graph / Facebook -->
<meta
property="og:title"
content="Yusuf Erman ERGÖZ | Mobile & Web Developer"
/>
<meta
property="og:description"
content="Portfolio of Yusuf Erman ERGÖZ — Android, iOS, and web app developer. See my latest work!"
/>
<meta
property="og:image"
content="https://ermanergoz.github.io/og-image.png"
/>
<meta property="og:url" content="https://ermanergoz.github.io/" />
<meta property="og:type" content="website" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Yusuf Erman ERGÖZ | Mobile & Web Developer"
/>
<meta
name="twitter:description"
content="Portfolio of Yusuf Erman ERGÖZ — Android, iOS, and web app developer. See my latest work!"
/>
<meta
name="twitter:image"
content="https://ermanergoz.github.io/og-image.png"
/>
<script type="module" src="/src/main.tsx"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>