-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (18 loc) · 1.06 KB
/
Copy pathindex.html
File metadata and controls
20 lines (18 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/diamond.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio | Prashanth Kumar G</title>
<meta name="description" content="Portfolio of Prashanth Kumar G – Software Engineer specializing in Full Stack Development, Java Backend, System Design, IoT, and Gen AI." />
<meta name="google-site-verification" content="BlYPq7WfG6Xve7pKvn_jW6ujeArltleikI7pCZBtzRk" />
<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=Inter:wght@300;400;500;600&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap" rel="stylesheet">
</head>
<body class="bg-[#0a0a0a] text-gray-300 font-sans antialiased selection:bg-gray-700 selection:text-white">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>