Files
pipecat/examples/personalized-voice-agent/client/react/index.html
2025-03-25 10:44:12 -07:00

15 lines
298 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mem0 - Pipecat React Client</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>