├── about.html ├── contact.html ├── food.html ├── index.html ├── menu.html ├── script.js └── style.css /about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shanchandran/codsoft-landingpage/HEAD/about.html -------------------------------------------------------------------------------- /contact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shanchandran/codsoft-landingpage/HEAD/contact.html -------------------------------------------------------------------------------- /food.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shanchandran/codsoft-landingpage/HEAD/food.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shanchandran/codsoft-landingpage/HEAD/index.html -------------------------------------------------------------------------------- /menu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shanchandran/codsoft-landingpage/HEAD/menu.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shanchandran/codsoft-landingpage/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shanchandran/codsoft-landingpage/HEAD/style.css --------------------------------------------------------------------------------