From a38e49be21787c5382228e4ecdeac4aeddaafaf0 Mon Sep 17 00:00:00 2001 From: chandan370 Date: Mon, 31 Mar 2025 02:24:56 -0400 Subject: [PATCH 1/2] Add homepage.html with sample content --- homepage.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 homepage.html diff --git a/homepage.html b/homepage.html new file mode 100644 index 0000000..b429cf8 --- /dev/null +++ b/homepage.html @@ -0,0 +1,12 @@ + + + + + + Homepage + + +

Welcome to the Homepage!

+

This is a sample page.

+ + From 9771060eea686d8b50d73c67180d1095278e7175 Mon Sep 17 00:00:00 2001 From: chandan370 Date: Mon, 31 Mar 2025 04:04:30 -0400 Subject: [PATCH 2/2] adding aboutus to feature3 --- aboutus.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 aboutus.html diff --git a/aboutus.html b/aboutus.html new file mode 100644 index 0000000..710749d --- /dev/null +++ b/aboutus.html @@ -0,0 +1 @@ +echo "About Us

Welcome to our About Us page!

This is a sample content.

" > aboutus.html