-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (56 loc) · 2.99 KB
/
Copy pathindex.html
File metadata and controls
67 lines (56 loc) · 2.99 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8410HHVV2S"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-8410HHVV2S');
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta name="description"
content="JobHunter scrapes real openings, tailors your resume to each one, and holds every application behind your approval. Human-in-the-loop, no fabrication. Building in public — Phase 1." />
<title>JobHunter — Land your Next Job on Autopilot</title>
<!-- Fonts: Fraunces (display) · Inter (body) · IBM Plex Mono (system) -->
<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=Fraunces:opsz,wght@9..144,400;9..144,460;9..144,500;9..144,600&family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@400;450;500;600;700&family=Fredoka:wght@600;700&display=swap"
rel="stylesheet" />
<!-- Canonical URL -->
<link rel="canonical" href="https://myjobhunter.in/" />
<!-- Geo & Locale -->
<meta name="geo.region" content="IN" />
<meta name="geo.placename" content="Tamil Nadu, India" />
<meta name="language" content="en-IN" />
<!-- Open Graph / Facebook / LinkedIn / Instagram / WhatsApp / Discord -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://myjobhunter.in/" />
<meta property="og:site_name" content="JobHunter" />
<meta property="og:title" content="JobHunter — Land your Next Job on Autopilot" />
<meta property="og:description"
content="JobHunter scrapes real openings, tailors your resume to each one, and holds every application behind your approval. Human-in-the-loop, no fabrication." />
<meta property="og:image" content="https://myjobhunter.in/logo.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://myjobhunter.in/" />
<meta name="twitter:title" content="JobHunter — Land your Next Job on Autopilot" />
<meta name="twitter:description"
content="JobHunter scrapes real openings, tailors your resume to each one, and holds every application behind your approval. Human-in-the-loop, no fabrication." />
<meta name="twitter:image" content="https://myjobhunter.in/logo.png" />
<!-- Discord & Browser Accent Color -->
<meta name="theme-color" content="#101012" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>