├── LICENSE ├── README.md ├── anime.php ├── animes.php ├── css └── app.css ├── index.php ├── schedule.php └── watch.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozdev/orangeanime/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozdev/orangeanime/HEAD/README.md -------------------------------------------------------------------------------- /anime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozdev/orangeanime/HEAD/anime.php -------------------------------------------------------------------------------- /animes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozdev/orangeanime/HEAD/animes.php -------------------------------------------------------------------------------- /css/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozdev/orangeanime/HEAD/css/app.css -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozdev/orangeanime/HEAD/index.php -------------------------------------------------------------------------------- /schedule.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozdev/orangeanime/HEAD/schedule.php -------------------------------------------------------------------------------- /watch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozdev/orangeanime/HEAD/watch.php --------------------------------------------------------------------------------