Trkaga's picture
Create templates/index.html
9277855 verified
<!DOCTYPE html>
<html>
<head>
<title>AI Video SaaS</title>
</head>
<body>
<h1>🎬 AI Video Generator</h1>
<textarea id="prompt"></textarea>
<button onclick="generate()">Generate</button>
<video id="video" controls></video>
<script src="/static/app.js"></script>
</body>
</html>