-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (33 loc) · 1.8 KB
/
index.html
File metadata and controls
39 lines (33 loc) · 1.8 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Joseph Hunter Curriculum Vitae</title>
<meta name="description"
content="A quick start to react-pdf. Create your CV with various reusable components, custom fonts, multi-language support, and more.">
<meta name="keywords" content="React, PDF, CV, Template, Custom Fonts, Multi-language, SVG, API">
<meta name="author" content="Joe Hunter">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://joehunter.dev/react-pdf-cv/">
<meta property="og:title" content="React PDF CV Template">
<meta property="og:description"
content="A quick start to react-pdf. Create your CV with various reusable components, custom fonts, multi-language support, and more.">
<meta property="og:image" content="https://joehunter.dev/react-pdf-cv/react-pdf-example.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://joehunter.dev/react-pdf-cv/">
<meta property="twitter:title" content="React PDF CV Template">
<meta property="twitter:description"
content="A quick start to react-pdf. Create your CV with various reusable components, custom fonts, multi-language support, and more.">
<meta property="twitter:image" content="https://joehunter.dev/react-pdf-cv/react-pdf-example.png">
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<link rel="icon" type="image/png" href="/src/assets/image/icons/favicon-96x96.png" sizes="96x96">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>