From fea4c5bda9f3dacb8d1ce303b1a31112ec445ebb Mon Sep 17 00:00:00 2001 From: Ankitha Date: Thu, 29 Jan 2026 19:44:00 +0530 Subject: [PATCH] Added coming-soon page for the broken route --- coming_soon.php | 101 ++++++++++++++++++++++++++++++++++++++++++++++++ router.php | 24 ++++++++++++ 2 files changed, 125 insertions(+) create mode 100644 coming_soon.php create mode 100644 router.php diff --git a/coming_soon.php b/coming_soon.php new file mode 100644 index 0000000..5ad2b96 --- /dev/null +++ b/coming_soon.php @@ -0,0 +1,101 @@ + + + + + + + + Coming Soon | Foodogram + + + + +
+
🍳
+ +

We're Still Cooking This Up!

+ +

+ The chef is working hard on this feature.
+ It's currently marinating and will be served piping hot very soon. +

+ + Go Back to Home +
+ + + + + \ No newline at end of file diff --git a/router.php b/router.php new file mode 100644 index 0000000..e72679f --- /dev/null +++ b/router.php @@ -0,0 +1,24 @@ + \ No newline at end of file