From 65282519015200d0bcbb9b457e80ee571547740a Mon Sep 17 00:00:00 2001 From: zikra-shaikh Date: Thu, 26 Feb 2026 08:39:55 +0530 Subject: [PATCH] main project setup : added index, about us and contact us page --- about-us.txt | 1 + contact-us.txt | 1 + index.txt | 1 + 3 files changed, 3 insertions(+) create mode 100644 about-us.txt create mode 100644 contact-us.txt create mode 100644 index.txt diff --git a/about-us.txt b/about-us.txt new file mode 100644 index 0000000..e63f5a0 --- /dev/null +++ b/about-us.txt @@ -0,0 +1 @@ +this is about us \ No newline at end of file diff --git a/contact-us.txt b/contact-us.txt new file mode 100644 index 0000000..215330a --- /dev/null +++ b/contact-us.txt @@ -0,0 +1 @@ +this is contact us \ No newline at end of file diff --git a/index.txt b/index.txt new file mode 100644 index 0000000..6ebf3bf --- /dev/null +++ b/index.txt @@ -0,0 +1 @@ +this is index page \ No newline at end of file