[bb84f1]: / diabetes-ui / public / index.html

Download this file

36 lines (27 with data), 1.7 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!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>