-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 1001 Bytes
/
index.html
File metadata and controls
26 lines (23 loc) · 1001 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="#0f172a">
<meta name="description" content="AI-Powered Metabolic Analysis" />
<link rel="apple-touch-icon" href="pwa-192x192.png">
<link rel="manifest" href="manifest.json">
<title>NutriVision AI</title>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;700&display=swap"
rel="stylesheet">
</head>
<body class="bg-slate-50 antialiased selection:bg-blue-100">
<div class="fixed inset-0 bg-grid pointer-events-none opacity-20"></div>
<div id="root"></div>
<script type="module" src="src/index.tsx"></script>
</body>
</html>