-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.35 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.35 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Santhosh Kumar R S — Full-Stack Developer, Python Developer, and Freelancer from Mysuru, India. Portfolio showcasing production-grade web applications, AI tools, and more." />
<meta name="keywords" content="Santhosh Kumar, Full-Stack Developer, React, Node.js, Python, Portfolio, Freelancer, Web Developer" />
<meta name="author" content="Santhosh Kumar R S" />
<meta property="og:title" content="Santhosh Kumar R S — Developer Portfolio" />
<meta property="og:description" content="Full-Stack Developer & Freelancer building production-grade web applications." />
<meta property="og:type" content="website" />
<link rel="icon" type="image/png" href="/tittle.png" />
<title>Santhosh Kumar R S — Developer Portfolio</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9JNQ2C6PWN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9JNQ2C6PWN');
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>