-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.95 KB
/
Copy pathindex.html
File metadata and controls
37 lines (37 loc) · 1.95 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
<!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="IPE helps you export your own Indeed profile locally as clean HTML, JSON, and browser print-to-PDF output."
/>
<title>IPE - Indeed Profile Exporter</title>
<link rel="canonical" href="https://ipe-cv.com/" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon.png" />
<link rel="icon" type="image/png" sizes="48x48" href="/favicon-48.png" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="theme-color" content="#07101f" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ipe-cv.com" />
<meta property="og:title" content="IPE - Indeed Profile Exporter" />
<meta property="og:description" content="Export your Indeed profile locally as clean HTML, JSON, or browser print-to-PDF output." />
<meta property="og:image" content="https://ipe-cv.com/social_preview.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:url" content="https://ipe-cv.com" />
<meta property="twitter:title" content="IPE - Indeed Profile Exporter" />
<meta property="twitter:description" content="Export your Indeed profile locally as clean HTML, JSON, or browser print-to-PDF output." />
<meta property="twitter:image" content="https://ipe-cv.com/social_preview.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/site/main.tsx"></script>
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "in-b7300a6190cb4d08b71027da96c37c03"}'></script>
<!-- End Cloudflare Web Analytics -->
</body>
</html>