From f575261598b709cb8bf3ae3d1bab7c82a97c8487 Mon Sep 17 00:00:00 2001 From: NIDHI UPMAN <130860182+nidhiupman568@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:32:03 +0530 Subject: [PATCH 1/3] Update and rename INDEX.HTML to index.html --- INDEX.HTML => index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename INDEX.HTML => index.html (95%) diff --git a/INDEX.HTML b/index.html similarity index 95% rename from INDEX.HTML rename to index.html index 6eb7f19..6f3adf6 100644 --- a/INDEX.HTML +++ b/index.html @@ -3,7 +3,7 @@ Tip Calculator-BY NIDHI UPMAN - +
@@ -31,4 +31,4 @@
- \ No newline at end of file + From bc2e5cc24c279df3145ae79061966a48a6009c60 Mon Sep 17 00:00:00 2001 From: NIDHI UPMAN <130860182+nidhiupman568@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:32:22 +0530 Subject: [PATCH 2/3] Rename STYLE.CSS to style.css --- STYLE.CSS => style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename STYLE.CSS => style.css (99%) diff --git a/STYLE.CSS b/style.css similarity index 99% rename from STYLE.CSS rename to style.css index 00cedba..d7687dd 100644 --- a/STYLE.CSS +++ b/style.css @@ -83,4 +83,4 @@ button { span { font-size: 30px; -} \ No newline at end of file +} From 78ee52cbbc87906d594117e8cad61be6893ad259 Mon Sep 17 00:00:00 2001 From: NIDHI UPMAN <130860182+nidhiupman568@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:33:06 +0530 Subject: [PATCH 3/3] Rename APP.JS to script.js --- APP.JS => script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename APP.JS => script.js (99%) diff --git a/APP.JS b/script.js similarity index 99% rename from APP.JS rename to script.js index 08c498d..5304b46 100644 --- a/APP.JS +++ b/script.js @@ -37,4 +37,4 @@ function calculateTip() { function resetValues () { document.querySelector('#tipamount').innerText = 0; document.querySelector('#totalamount').innerText = 0; -} \ No newline at end of file +}