-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (31 loc) · 2.03 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>CV Rush</title>
<meta name="title" content="CV rush">
<meta name="description" content="Effortlessly create a tailored CV with our automated generator web app, designed to save you time and help you land your dream job Choose from a variety of professional templates and easily input your personal details, work experience, education, and skills to
generate a polished CV in just minutes.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://cv-rush.pages.dev">
<meta property="og:title" content="CV rush">
<meta property="og:description" content="Effortlessly create a tailored CV with our automated generator web app, designed to save you time and help you land your dream job Choose from a variety of professional templates and easily input your personal details, work experience, education, and skills to
generate a polished CV in just minutes.">
<meta property="og:image" content="https://raw.githubusercontent.com/Khandakar227/cv-rush/main/public/favicon.png">
<!-- Twitter -->
<meta property="twitter:card" content="CV generator web app">
<meta property="twitter:url" content="https://cv-rush.pages.dev">
<meta property="twitter:title" content="CV rush">
<meta property="twitter:description" content="Effortlessly create a tailored CV with our automated generator web app, designed to save you time and help you land your dream job Choose from a variety of professional templates and easily input your personal details, work experience, education, and skills to
generate a polished CV in just minutes.">
<meta property="twitter:image" content="https://raw.githubusercontent.com/Khandakar227/cv-rush/main/public/favicon.png">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>