├── 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 | Carousel 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 18 | 19 | 20 | 21 | 22 | 23 | 44 | 45 | 46 | > --------------------------------------------------------------------------------