├── README.md ├── burger1.jpg ├── home.html ├── login (1).php ├── login (3).html ├── logo.png ├── order.html ├── payment.html ├── payment.php ├── pizza1.jpeg ├── profile.html ├── receipt.html ├── register.html ├── register.php ├── script.js └── style.css /README.md: -------------------------------------------------------------------------------- 1 | # fasy-- -------------------------------------------------------------------------------- /burger1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nandhu09/fasy--/HEAD/burger1.jpg -------------------------------------------------------------------------------- /home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nandhu09/fasy--/HEAD/home.html -------------------------------------------------------------------------------- /login (1).php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nandhu09/fasy--/HEAD/login (1).php -------------------------------------------------------------------------------- /login (3).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nandhu09/fasy--/HEAD/login (3).html -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /order.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nandhu09/fasy--/HEAD/order.html -------------------------------------------------------------------------------- /payment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nandhu09/fasy--/HEAD/payment.html -------------------------------------------------------------------------------- /payment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nandhu09/fasy--/HEAD/payment.php -------------------------------------------------------------------------------- /pizza1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nandhu09/fasy--/HEAD/pizza1.jpeg -------------------------------------------------------------------------------- /profile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nandhu09/fasy--/HEAD/profile.html -------------------------------------------------------------------------------- /receipt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nandhu09/fasy--/HEAD/receipt.html -------------------------------------------------------------------------------- /register.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nandhu09/fasy--/HEAD/register.html -------------------------------------------------------------------------------- /register.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nandhu09/fasy--/HEAD/register.php -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nandhu09/fasy--/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nandhu09/fasy--/HEAD/style.css --------------------------------------------------------------------------------