ai-resume-builder / index.html
mgbam's picture
Upload 14 files
d5db0b0 verified
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>AI Resume Studio</title>
<meta name="description" content="Generate and refine professional resumes with a real-time AI co-pilot, job match scoring, and actionable insights." />
<meta name="author" content="AI Assistant" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:wght@400;500;700&display=swap" rel="stylesheet">
<script src="https://unpkg.com/@phosphor-icons/web"></script>
<script type="importmap">
{
"imports": {
"react": "https://esm.sh/react",
"react/": "https://esm.sh/react/",
"react-dom": "https://esm.sh/react-dom",
"react-dom/": "https://esm.sh/react-dom/",
"pdfjs-dist": "https://esm.sh/[email protected]",
"pdfjs-dist/build/pdf.worker.min.js": "https://esm.sh/[email protected]/build/pdf.worker.min.js",
"mammoth": "https://esm.sh/[email protected]"
}
}
</script>
<link rel="stylesheet" href="/index.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>