<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css2?family=Segoe+UI:wght@400;700&display=swap" rel="stylesheet">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Diabetes Risk Analyzer Pro</title>
<meta name="description" content="AI-powered Diabetes Risk Analyzer – get your health check instantly.">
<meta name="keywords" content="diabetes, health, AI, machine learning, risk analyzer">
<meta name="description" content="An AI-powered web app to predict diabetes risk using health indicators. Built using React and Flask.">
<link rel="icon" href="%PUBLIC_URL%/dblogo.png" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet" />
<meta property="og:title" content="Diabetes Risk Analyzer Pro" />
<meta property="og:description" content="AI-based diabetes risk checker with educational insights." />
<meta property="og:type" content="website" />
<meta property="og:image" content="%PUBLIC_URL%/preview.png" />
<meta property="og:url" content="https://your-frontend-deployment-url.com" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Diabetes Risk Analyzer Pro" />
<meta name="twitter:description" content="AI-powered diabetes risk analysis app with beautiful UI/UX." />
<meta name="twitter:image" content="https://your-frontend-deployment-url.com/preview.png" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>