-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (31 loc) · 1.61 KB
/
index.html
File metadata and controls
42 lines (31 loc) · 1.61 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
36
37
38
39
40
41
42
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- CRITICAL: Prevent search engine indexing -->
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet" />
<meta name="googlebot" content="noindex, nofollow" />
<!-- Prototype disclaimer in meta -->
<meta name="description"
content="PROTOTYPE DEMONSTRATION ONLY - NOT an official government platform. Do not upload real documents." />
<meta name="author" content="Technical Demonstration" />
<title>IndiaAI IDP Platform - PROTOTYPE</title>
<!-- UX4G Design System v2.0.8 (Government of India) -->
<link href="https://cdn.ux4g.gov.in/UX4G@2.0.8/css/ux4g-min.css" rel="stylesheet" />
<!-- Noto Sans (UX4G Recommended Font) -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
<!-- react-pdf CSS (keep for PDF viewer) -->
<link rel="stylesheet" href="https://unpkg.com/react-pdf@9.1.1/dist/Page/AnnotationLayer.css" />
<link rel="stylesheet" href="https://unpkg.com/react-pdf@9.1.1/dist/Page/TextLayer.css" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- UX4G Design System JS (with Popper for dropdowns/tooltips) -->
<script src="https://cdn.ux4g.gov.in/UX4G@2.0.8/js/ux4g.min.js"></script>
<!-- UX4G Accessibility Widget (Government of India) -->
<script src="https://cdn.ux4g.gov.in/tools/accessibility-widget.js" defer></script>
</body>
</html>