Spaces:
Sleeping
Sleeping
| <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> |