├── test2.txt ├── text3.txt ├── first.txt └── carousel.html /test2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /text3.txt: -------------------------------------------------------------------------------- 1 | hello all -------------------------------------------------------------------------------- /first.txt: -------------------------------------------------------------------------------- 1 | hello!!!!!!!!!!!! 2 | -------------------------------------------------------------------------------- /carousel.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |