├── LICENCE ├── README.md ├── foryou.zip ├── index.html ├── script.js └── style.css /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DzarelDeveloper/ForYou/HEAD/LICENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Demo 2 | https://dzareldeveloper.github.io/ForYou/ 3 | -------------------------------------------------------------------------------- /foryou.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DzarelDeveloper/ForYou/HEAD/foryou.zip -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DzarelDeveloper/ForYou/HEAD/index.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DzarelDeveloper/ForYou/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DzarelDeveloper/ForYou/HEAD/style.css --------------------------------------------------------------------------------