-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 3.08 KB
/
Copy pathindex.html
File metadata and controls
40 lines (40 loc) · 3.08 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" sizes="96x96" href="https://res.cloudinary.com/dhnczdpqj/image/upload/w_96,h_96,c_pad,b_black,f_auto,q_auto/v1775706890/Sleek__AS__logo_design-Photoroom_autazu.png" />
<link rel="icon" type="image/png" sizes="48x48" href="https://res.cloudinary.com/dhnczdpqj/image/upload/w_48,h_48,c_pad,b_black,f_auto,q_auto/v1775706890/Sleek__AS__logo_design-Photoroom_autazu.png" />
<link rel="icon" type="image/png" sizes="32x32" href="https://res.cloudinary.com/dhnczdpqj/image/upload/w_32,h_32,c_pad,b_black,f_auto,q_auto/v1775706890/Sleek__AS__logo_design-Photoroom_autazu.png" />
<link rel="icon" type="image/png" sizes="16x16" href="https://res.cloudinary.com/dhnczdpqj/image/upload/w_16,h_16,c_pad,b_black,f_auto,q_auto/v1775706890/Sleek__AS__logo_design-Photoroom_autazu.png" />
<link rel="shortcut icon" type="image/x-icon" href="https://res.cloudinary.com/dhnczdpqj/image/upload/w_48,h_48,c_pad,b_black,f_auto,q_auto/v1775706890/Sleek__AS__logo_design-Photoroom_autazu.png" />
<link rel="apple-touch-icon" sizes="180x180" href="https://res.cloudinary.com/dhnczdpqj/image/upload/w_180,h_180,c_pad,b_black,f_auto,q_auto/v1775706890/Sleek__AS__logo_design-Photoroom_autazu.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#000000" />
<meta name="googlebot" content="index,follow,max-snippet:-1,max-image-preview:large,max-video-preview:-1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Anton&family=Bebas+Neue&family=DM+Mono&family=DM+Sans:wght@300;400;500&family=Great+Vibes&family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<meta name="description" content="Anshu Shee - Full Stack Developer Portfolio. Specializing in high-performance web applications and sleek designs." />
<meta property="og:title" content="Anshu Shee | Portfolio" />
<meta property="og:description" content="Full Stack Developer Portfolio showcasing modern web applications." />
<meta property="og:image" content="https://res.cloudinary.com/dhnczdpqj/image/upload/w_1200,h_630,c_pad,b_black,f_auto,q_auto/v1775706890/Sleek__AS__logo_design-Photoroom_autazu.png" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Anshu Shee" />
<meta name="apple-mobile-web-app-title" content="Anshu Shee" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Anshu Shee",
"alternateName": ["Anshu Shee Portfolio", "Anshu"],
"url": "https://portfolio-anshu-shee.vercel.app/"
}
</script>
<title>Anshu Shee | Portfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>