public_html/ ├── index.html ← AI Video Buddy main page ├── css/ │ └── style.css ← Dark theme styling ├── js/ │ └── app.js ← Interactive functionality ├── images/ │ └── favicon.svg ├── .htaccess └── other files...