-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (28 loc) · 1.33 KB
/
index.html
File metadata and controls
33 lines (28 loc) · 1.33 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/headshot2.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Title -->
<title>Ayush Bhardwaj | Portfolio</title>
<!-- Basic SEO -->
<meta name="description" content="Portfolio of Ayush Bhardwaj – Web Developer, Hackathon Winner, and Innovator." />
<meta name="author" content="Ayush Bhardwaj" />
<!-- Open Graph (for LinkedIn, Facebook, etc.) -->
<meta property="og:title" content="Ayush Bhardwaj | Portfolio" />
<meta property="og:description" content="Turning caffeine into clean code and big ideas into amazing products." />
<meta property="og:image" content="/preview.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ayush-portfolio.vercel.app" />
<!-- Twitter Card (for Twitter/X preview) -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Ayush Bhardwaj | Portfolio" />
<meta name="twitter:description" content="Web Developer | Hackathon Winner | Innovator" />
<meta name="twitter:image" content="/preview.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>