cinema-studio-pro/frontend/index.html
2026-02-27 20:33:26 +05:30

14 lines
480 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/LUX_STUDIO_LOGO.svg" />
<link rel="icon" type="image/png" href="/LUX_STUDIO_LOGO.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lux Studio - AI Cinematography</title>
</head>
<body class="bg-slate-950">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>