-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 789 Bytes
/
index.html
File metadata and controls
16 lines (16 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MindFlow — Adaptive Cognition Engine</title>
<meta name="description" content="AI-driven cognitive profiling engine that adapts to your personality vector in real-time. Zero-shot profiling, dynamic style orchestration, and codified breakthroughs." />
<!-- CRITICAL: DO NOT REMOVE/MODIFY THIS COMMENT OR THE SCRIPT BELOW -->
<script src="https://blink.new/auto-engineer.js?projectId=mindflow-ai-app-z9ziag67" type="module"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>