From af49beb7c76c9570cf7286d328e0c4a4cc376d32 Mon Sep 17 00:00:00 2001 From: Priyatham-sai-chand Date: Sat, 15 Aug 2020 12:49:15 +0530 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..755b548 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Google webpages replication + +Three of the Google's search pages are replicated using only HTML5, CSS3 to search using the google search engine + +* Google Search Page +* Google Image Search +* Google Advanced Search + + +Created for the Harvard's CS50 Web Programming with Python and Javascript Course.