File size: 596 Bytes
f56a29b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <!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>
|