commit 65282519015200d0bcbb9b457e80ee571547740a Author: zikra-shaikh Date: Thu Feb 26 08:39:55 2026 +0530 main project setup : added index, about us and contact us page 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