From ef88339695ef7988e78a0ff732e5aad035108b9a Mon Sep 17 00:00:00 2001 From: ganesh Date: Sat, 28 Jan 2023 10:52:58 +0530 Subject: [PATCH] Add Script.js and modif html file --- index.html | 2 ++ script.js | 1 + 2 files changed, 3 insertions(+) create mode 100644 script.js diff --git a/index.html b/index.html index 0d303bb..2d5a318 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ HTML Application + @@ -53,6 +54,7 @@ + diff --git a/script.js b/script.js new file mode 100644 index 0000000..1bcad5a --- /dev/null +++ b/script.js @@ -0,0 +1 @@ +console.log("welcome my html page") \ No newline at end of file