-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (38 loc) · 2.1 KB
/
Copy pathindex.html
File metadata and controls
44 lines (38 loc) · 2.1 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
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Krishnarajan - Portfolio</title>
<meta name="description" content="Krishnarajan's Portfolio - Full Stack Developer" />
<meta name="author" content="Krishnarajan" />
<meta name="keywords" content="full stack developer, React, JavaScript, portfolio, web development, frontend, backend" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://krishnarajan.com" />
<!-- Favicon -->
<link rel="icon" type="image/jpeg" href="/assets/images/Fevicon_Logo.webp" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/Fevicon_Logo.webp" />
<link rel="icon" type="image/jpeg" sizes="32x32" href="/assets/images/Fevicon_Logo.webp" />
<link rel="icon" type="image/jpeg" sizes="16x16" href="/assets/images/Fevicon_Logo.webp" />
<!-- Open Graph -->
<meta property="og:title" content="Krishnarajan - Portfolio" />
<meta property="og:description" content="Full Stack Developer specializing in modern web technologies" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://krishnarajan.com" />
<meta property="og:image" content="https://krishnarajan.com/assets/images/Fevicon_Logo.webp" />
<meta property="og:site_name" content="Krishnarajan Portfolio" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@krishnarajan" />
<meta name="twitter:creator" content="@krishnarajan" />
<meta name="twitter:title" content="Krishnarajan - Portfolio" />
<meta name="twitter:description" content="Full Stack Developer specializing in modern web technologies" />
<meta name="twitter:image" content="https://krishnarajan.com/assets/images/Fevicon_Logo.webp" />
</head>
<body class="bg-space-darker text-white">
<div id="root"></div>
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>