forked from offlinecv/OfflineCV
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.35 KB
/
Copy pathindex.html
File metadata and controls
30 lines (30 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
28
29
30
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OfflineCV — see what a resume parser reads from your PDF</title>
<meta
name="description"
content="Drop a resume PDF and see what a generic parser pulls out of it. Free, private, open-source — your PDF never leaves your browser."
/>
<meta name="color-scheme" content="light dark" />
<!-- Absolute, not base-relative: the staging build at dev.offlinecv.org
serves this same HTML, and this tag is what folds that copy onto
production instead of letting the two compete. -->
<link rel="canonical" href="https://offlinecv.org/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="OfflineCV" />
<meta property="og:url" content="https://offlinecv.org/" />
<meta property="og:title" content="OfflineCV — see what a resume parser reads from your PDF" />
<meta
property="og:description"
content="Drop a resume PDF and see what a generic parser pulls out of it. Free, private, open-source — your PDF never leaves your browser."
/>
<meta name="twitter:card" content="summary" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>