OpenMAIC-React / index.html
muthuk1's picture
Convert OpenMAIC from Next.js to React (Vite)
f56a29b verified
raw
history blame
596 Bytes
<!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>OpenMAIC</title>
<meta name="description" content="The open-source AI interactive 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>