├── app.js ├── image ├── img1.png ├── img2.jpg ├── img3.jpg ├── img4.jpg └── img5.jpg ├── index.html └── style.css /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoanghoDev/slider/HEAD/app.js -------------------------------------------------------------------------------- /image/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoanghoDev/slider/HEAD/image/img1.png -------------------------------------------------------------------------------- /image/img2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoanghoDev/slider/HEAD/image/img2.jpg -------------------------------------------------------------------------------- /image/img3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoanghoDev/slider/HEAD/image/img3.jpg -------------------------------------------------------------------------------- /image/img4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoanghoDev/slider/HEAD/image/img4.jpg -------------------------------------------------------------------------------- /image/img5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoanghoDev/slider/HEAD/image/img5.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoanghoDev/slider/HEAD/index.html -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HoanghoDev/slider/HEAD/style.css --------------------------------------------------------------------------------