chalchitra / frontend /index.html
ajit3259's picture
feat(frontend): add Vite and React Chalchitra interface
9aeec9e
Raw
History Blame Contribute Delete
408 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chalchitra — a film for this moment</title>
<meta name="description" content="Bring your moment. Let the film find you." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>