43 lines
2.2 KiB
HTML
43 lines
2.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- SEO meta tags -->
|
|
<title>Build a Professional Resume for Free - Easy, Fast, and Online!</title>
|
|
<meta name="description" content="Create your professional resume for free with our easy-to-use online builder. Fast, simple, and customizable for any job application!" />
|
|
<meta name="keywords" content="Resume Builder, Free Resume, Online Resume, Professional Resume, Job Application, Easy Resume, Customizable Resume" />
|
|
|
|
<!-- Author Information -->
|
|
<meta name="author" content="Eshanized - Eshan Roy" />
|
|
<meta name="publisher" content="Eshanized" />
|
|
<meta name="contact" content="m.eshanized@gmail.com" />
|
|
<meta name="designer" content="Eshanized" />
|
|
<meta name="organization" content="Eshanized" />
|
|
|
|
<meta name="robots" content="index, follow" />
|
|
|
|
<!-- Open Graph meta tags for social media -->
|
|
<meta property="og:title" content="Build a Professional Resume for Free - Easy, Fast, and Online!" />
|
|
<meta property="og:description" content="Create your professional resume for free with our easy-to-use online builder. Fast, simple, and customizable for any job application!" />
|
|
<meta property="og:image" content="/path-to-your-resume-image.jpg" />
|
|
<meta property="og:url" content="https://eshanized.github.io/resume" />
|
|
<meta property="og:type" content="website" />
|
|
|
|
<!-- Twitter Card meta tags -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Build a Professional Resume for Free - Easy, Fast, and Online!" />
|
|
<meta name="twitter:description" content="Create your professional resume for free with our easy-to-use online builder. Fast, simple, and customizable for any job application!" />
|
|
<meta name="twitter:image" content="/path-to-your-resume-image.jpg" />
|
|
|
|
<!-- Canonical URL -->
|
|
<link rel="canonical" href="https://eshanized.github.io/resume" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|