├── .gitattributes ├── index.html └── src ├── css ├── home.css └── modal.css ├── images ├── covers │ ├── bitcoin.jpg │ ├── despacito.jpg │ ├── echame-la-culpa.jpg │ ├── felices.jpg │ ├── gorillaz.jpg │ ├── html5.jpg │ ├── mejorandola.jpg │ ├── mi-gente.jpg │ ├── midnight.jpg │ ├── no-vaya-a-ser.jpg │ ├── one-more-time.jpg │ ├── optimizar.jpg │ ├── rehuso.jpg │ ├── responsive.jpg │ ├── social.jpg │ └── solar-sailer.jpg ├── loader.gif └── platzi-video.png └── js └── home.js /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |
169 |
170 | Leonidas Esteban
171 |
Pelicula encontrada
106 |${peli.title}
107 |