-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (21 loc) · 1.41 KB
/
Copy pathindex.html
File metadata and controls
23 lines (21 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en" class="dark scroll-smooth">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tejas Thorat | Penetration Tester & Security Researcher</title>
<meta name="description" content="Offensive Security Portfolio of Tejas Thorat — Penetration Tester, Bug Hunter, and Cybersecurity Researcher specializing in Web, API, and Network Security." />
<meta name="keywords" content="Tejas Thorat, Penetration Tester, Bug Hunter, Security Researcher, VAPT, Web Security, API Security, RudraTech Services, HackerOne, Bugcrowd" />
<meta name="author" content="Tejas Thorat" />
<meta name="theme-color" content="#090d13" />
<!-- Google Fonts: Plus Jakarta Sans & JetBrains Mono -->
<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=JetBrains+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body class="bg-[#090a0c] text-[#f4f4f6] font-sans antialiased selection:bg-emerald-500/20 selection:text-emerald-300 min-h-screen">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>