gitextract_pzue29uj/ ├── .github/ │ ├── FUNDING.yml │ ├── Issue_Template/ │ │ ├── bug_report.md │ │ └── feature_request.md │ ├── labels.json │ ├── pull_request_template.md │ └── workflows/ │ ├── abc.css │ └── issue-label.yml ├── .vscode/ │ └── settings.json ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Images/ │ ├── animal-world.ZW1zLXByZC1hc3NldHMvbW92aWVzL2JjNTBhMTY4LTczZTItNGQxZi05ZmUxLWQwN2ZlNThiZGVkYi53ZWJw │ ├── aotd.jpg.crdownload │ ├── baagi.jpg.crdownload │ ├── ci.avif │ ├── ci2.avif │ └── msd.avif ├── LICENSE ├── README.md ├── action.html ├── anime.html ├── cards.css ├── comedy.html ├── contactus.html ├── crime.html ├── documentary.html ├── drama.html ├── dummy.html ├── fantasy.html ├── faq.html ├── footer.css ├── home.html ├── horror.html ├── index.html ├── js/ │ ├── main-min.js │ ├── questions.js │ └── script.js ├── kids.html ├── landpage.css ├── login.html ├── movie-min.html ├── movies.html ├── news.html ├── popular.html ├── premium.html ├── quiz.html ├── quizstyle.css ├── romance.html ├── signup.html ├── static/ │ ├── faq.css │ ├── premium.css │ ├── script.js │ ├── style-min.css │ └── style.css ├── suspense.html ├── tv.html ├── war.html ├── web-series.html └── webStyle.css