MemSlides / src /index.template.html
huohua325's picture
Publish Space from repository root
95f0cb2
Raw
History Blame Contribute Delete
488 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="MemSlides showcase theatre: profile-aware personalized slide generation with hierarchical memory and local revision."
/>
<title>MemSlides Showcase Theatre</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>