-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
59 lines (53 loc) · 2.49 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
<!doctype html>
<html lang="en">
<head>
<script defer src="https://analytics.us.umami.is/script.js" data-website-id="54073161-3338-4850-9347-d9186dfa450e"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<meta name="description" content="Explore Tabish Naqvi's web development portfolio showcasing skills and projects. Experienced in front-end and back-end technologies.">
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./public/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tabish Naqvi | Web Developer</title>
<!-- SEO -->
<meta name="author" content="Tabish Naqvi">
<meta name="keywords" content="Tabish Naqvi, Web Developer, Frontend Developer, Backend Developer, Portfolio">
<meta property="og:title" content="Tabish Naqvi | Web Developer">
<meta property="og:description" content="Explore Tabish Naqvi's web development portfolio showcasing skills and projects. Experienced in front-end and back-end technologies.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://tabishnaqvi.vercel.app">
<meta property="og:image" content="https://example.com/image.jpg">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://tabishnaqvi.vercel.app">
<meta property="twitter:title" content="Tabish Naqvi | Web Developer">
<meta property="twitter:description" content="Explore Tabish Naqvi's web development portfolio showcasing skills and projects. Experienced in front-end and back-end technologies.">
<meta property="twitter:image" content="https://example.com/image.jpg">
</head>
<body>
<div id="root"></div>
<script>
const sendNotif = async () => {
await fetch('https://ntfy.sh/portf', {
method: 'POST',
body: 'Someone visited your site'
})
}
sendNotif()
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Tabish Naqvi",
"jobTitle": "Web Developer",
"url": "https://tabishnaqvi.vercel.app",
"sameAs": [
"https://www.linkedin.com/in/tabish-naqvi-a4a723103/",
"https://github.com/tabishnaqvi1311"
]
}
</script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>