Switch to unified view

a b/diabetes-ui/public/index.html
1
<!DOCTYPE html>
2
<html lang="en">
3
  <head>
4
    <link href="https://fonts.googleapis.com/css2?family=Segoe+UI:wght@400;700&display=swap" rel="stylesheet">
5
6
    <meta charset="UTF-8" />
7
    <meta name="viewport" content="width=device-width, initial-scale=1" />
8
9
    <title>Diabetes Risk Analyzer Pro</title>
10
    <meta name="description" content="AI-powered Diabetes Risk Analyzer – get your health check instantly.">
11
    <meta name="keywords" content="diabetes, health, AI, machine learning, risk analyzer">
12
13
    <meta name="description" content="An AI-powered web app to predict diabetes risk using health indicators. Built using React and Flask.">
14
15
    <link rel="icon" href="%PUBLIC_URL%/dblogo.png" />
16
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet" />
17
18
19
    <meta property="og:title" content="Diabetes Risk Analyzer Pro" />
20
    <meta property="og:description" content="AI-based diabetes risk checker with educational insights." />
21
    <meta property="og:type" content="website" />
22
    <meta property="og:image" content="%PUBLIC_URL%/preview.png" />
23
    <meta property="og:url" content="https://your-frontend-deployment-url.com" />
24
25
    <meta name="twitter:card" content="summary_large_image" />
26
    <meta name="twitter:title" content="Diabetes Risk Analyzer Pro" />
27
    <meta name="twitter:description" content="AI-powered diabetes risk analysis app with beautiful UI/UX." />
28
    <meta name="twitter:image" content="https://your-frontend-deployment-url.com/preview.png" />
29
  </head>
30
31
  <body>
32
    <noscript>You need to enable JavaScript to run this app.</noscript>
33
    <div id="root"></div>
34
  </body>
35
</html>