ai-helpdesk-api / Frontend /index.html
ritesh19180's picture
Upload folder using huggingface_hub
d96d2a2 verified
Raw
History Blame Contribute Delete
1.56 kB
<!doctype html>
<html lang="en">
<head>
<!-- Google Fonts: Syne + Inter -->
<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=Inter:wght@400;500;600;700;800&family=Syne:wght@700;800&display=swap" rel="stylesheet" />
<title>HELPDESK.AI - Professional AI Ticketing</title>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://helpdesk.ai/" />
<meta property="og:title" content="HELPDESK.AI - Professional AI Ticketing" />
<meta property="og:description" content="AI-Powered Ticket Creation and Categorization SaaS. Resolve customer issues faster with intelligent routing and auto-categorization." />
<meta property="og:image" content="https://helpdesk.ai/og-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://helpdesk.ai/" />
<meta property="twitter:title" content="HELPDESK.AI - Professional AI Ticketing" />
<meta property="twitter:description" content="AI-Powered Ticket Creation and Categorization SaaS. Resolve customer issues faster with intelligent routing and auto-categorization." />
<meta property="twitter:image" content="https://helpdesk.ai/og-image.png" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/favicon.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>