-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 2.2 KB
/
Copy pathindex.html
File metadata and controls
39 lines (35 loc) · 2.2 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="public/sk-facicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Suresh Kumar Urlana | Portfolio</title>
<meta name="title" content="Suresh Kumar Urlana | Portfolio" />
<meta name="description" content="Portfolio of Suresh Kumar Urlana, an aspiring AI/ML Engineer and Full Stack Developer at VNRVJIET. Exploring Machine Learning, Web Development, and Competitive Programming." />
<meta name="keywords" content="Suresh Kumar Urlana, Portfolio, AI Engineer, ML Engineer, Full Stack Developer, VNRVJIET, Python, React, Machine Learning, Web Development" />
<meta name="author" content="Suresh Kumar Urlana" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://suresh-urlana.vercel.app/" />
<meta property="og:title" content="Suresh Kumar Urlana | Portfolio" />
<meta property="og:description" content="Explore the projects and skills of Suresh Kumar Urlana, specializing in AI/ML and Full Stack Web Development." />
<meta property="og:image" content="https://suresh-urlana.vercel.app/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/png" />
<!-- Google Search Console Verification -->
<meta name="google-site-verification" content="nHJIuv_5GJh5K5yJYI2UpCMWFgkDLCHLtkm6cRfH7uo" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://suresh-urlana.vercel.app/" />
<meta property="twitter:title" content="Suresh Kumar Urlana | Portfolio" />
<meta property="twitter:description" content="Explore the projects and skills of Suresh Kumar Urlana, specializing in AI/ML and Full Stack Web Development." />
<meta property="twitter:image" content="https://suresh-urlana.vercel.app/og-image.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>