-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 1.59 KB
/
index.html
File metadata and controls
35 lines (30 loc) · 1.59 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
<!doctype html>
<html lang="en">
<head>
<!-- Basic meta -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Syed Muhammad Ibrahim | MERN Stack Developer</title>
<meta name="description" content="Portfolio of Syed Muhammad Ibrahim – MERN Stack Developer building fast, scalable, and delightful web applications." />
<meta name="author" content="Syed Muhammad Ibrahim" />
<meta name="theme-color" content="#7F5AF0" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/favicon.png" />
<!-- Open Graph / Social -->
<meta property="og:title" content="Syed Muhammad Ibrahim | MERN Stack Developer" />
<meta property="og:description" content="Portfolio of Syed Muhammad Ibrahim – MERN Stack Developer building fast, scalable, and delightful web applications." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://syedverse.netlify.app" />
<meta property="og:image" content="https://syedverse.netlify.app/logo.png" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Syed Muhammad Ibrahim | MERN Stack Developer" />
<meta name="twitter:description" content="Portfolio of Syed Muhammad Ibrahim – MERN Stack Developer building fast, scalable, and delightful web applications." />
<meta name="twitter:image" content="https://syedverse.netlify.app/logo.png" />
</head>
<body class="bg-background text-foreground">
<div id="root"></div>
<!-- Main App -->
<script type="module" src="/client/App.tsx"></script>
</body>
</html>