cinema-studio-pro/Prompt_Studio/index.html
2026-01-08 11:18:49 -05:00

14 lines
480 B
HTML

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