-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (26 loc) · 1.17 KB
/
index.html
File metadata and controls
32 lines (26 loc) · 1.17 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO -->
<title>Mayank | Creative Developer & UI/UX Designer</title>
<meta name="description"
content="Hi, I'm Mayank — a creative developer specializing in full-stack web applications, beautiful UI/UX, and performant, accessible experiences." />
<meta name="keywords" content="developer, portfolio, web developer, UI/UX, React, Next.js, frontend" />
<meta name="author" content="Mayank" />
<!-- Open Graph / Social -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Mayank | Creative Developer & UI/UX Designer" />
<meta property="og:description" content="Explore my work in full-stack development, design systems, and motion." />
<meta property="og:image" content="/og-image.png" />
<meta property="og:url" content="https://yourdomain.com" />
<!-- Theme -->
<meta name="theme-color" content="#0a0a0a" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>