├── burger.png ├── burger_fries.png ├── french_fries.png ├── fried_chicken.png ├── index.html ├── logo.png └── style.css /burger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/KFC-landing-page/HEAD/burger.png -------------------------------------------------------------------------------- /burger_fries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/KFC-landing-page/HEAD/burger_fries.png -------------------------------------------------------------------------------- /french_fries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/KFC-landing-page/HEAD/french_fries.png -------------------------------------------------------------------------------- /fried_chicken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/KFC-landing-page/HEAD/fried_chicken.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/KFC-landing-page/HEAD/index.html -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/KFC-landing-page/HEAD/logo.png -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/KFC-landing-page/HEAD/style.css --------------------------------------------------------------------------------