-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (43 loc) · 2.38 KB
/
index.html
File metadata and controls
51 lines (43 loc) · 2.38 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
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Security Headers -->
<meta http-equiv="Content-Security-Policy" content="
default-src 'self';
script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.gpteng.co;
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
font-src 'self' https://fonts.gstatic.com;
img-src 'self' data: https: blob:;
connect-src 'self' https://*.netlify.app https://*.groq.com;
frame-ancestors 'none';
base-uri 'self';
form-action 'self';
">
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta http-equiv="X-Frame-Options" content="DENY">
<meta http-equiv="X-XSS-Protection" content="1; mode=block">
<meta name="referrer" content="strict-origin-when-cross-origin">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
<title>AI Research Institute - Enterprise Intelligence</title>
<meta name="description" content="Reimagining enterprise resource planning from first principles with adaptive intelligence" />
<meta name="author" content="AdaptiveIntelligence" />
<meta property="og:title" content="Enterprise AI Transformation" />
<meta property="og:description" content="Reimagining enterprise resource planning from first principles with adaptive intelligence" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/lovable-uploads/2554832c-a964-488b-9bbf-e0d01cf8a182.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@coaltlab" />
<meta name="twitter:image" content="/lovable-uploads/2554832c-a964-488b-9bbf-e0d01cf8a182.png" />
<link rel="icon" href="/lovable-uploads/db59d747-f951-45a4-b697-6bdd1af878a8.png" type="image/png">
</head>
<body>
<div id="root"></div>
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>