OpenMAIC-React / index.html
muthuk1's picture
Rebrand: OpenMAIC → MultiMind Classroom — rename in all source, DB name, cookie name, zip extension, prompts, docs, skills
ed07c96 verified
<!doctype html>
<html lang="en" class="">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MultiMind Classroom</title>
<meta name="description" content="The open-source multi-agent AI classroom. Upload a PDF to instantly generate an immersive, multi-agent learning experience." />
</head>
<body class="antialiased" style="font-family: var(--font-sans), system-ui, sans-serif;">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>