diff --git a/README.md b/README.md index 36060dc..c6eab67 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# Zomato-Project \ No newline at end of file +# Zomato-Project` + +# Hello Zomato!! \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..4a29874 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

Hello World

+ + \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..ada89d8 --- /dev/null +++ b/script.js @@ -0,0 +1,5 @@ +function handleBtn () { + console.log("Hellooo World!!!"); +} + +handleBtn(); \ No newline at end of file