From 55ab0ee0dcbdba863ccea5cd2e1142a700a26d15 Mon Sep 17 00:00:00 2001 From: t rahul prabhu <167653990+T-Rahul-prabhu-38@users.noreply.github.com> Date: Sun, 20 Oct 2024 12:30:39 +0530 Subject: [PATCH] done (#47) --- GUI/active.html | 18 +++++++++++++++++- GUI/copypaste.html | 18 +++++++++++++++++- GUI/windowClose.html | 17 +++++++++++++++++ 3 files changed, 51 insertions(+), 2 deletions(-) diff --git a/GUI/active.html b/GUI/active.html index 368ee9f..6d118b3 100644 --- a/GUI/active.html +++ b/GUI/active.html @@ -30,4 +30,20 @@ function stopTimer() { window.clearInterval(myInterval); } - \ No newline at end of file + +
+ + + + diff --git a/GUI/copypaste.html b/GUI/copypaste.html index 0b81977..f2f8d1e 100644 --- a/GUI/copypaste.html +++ b/GUI/copypaste.html @@ -30,4 +30,20 @@

Ctrl+c Ctrl+v allowed

}); }); - \ No newline at end of file + +
+ + + + diff --git a/GUI/windowClose.html b/GUI/windowClose.html index 55b29f0..ff62c67 100644 --- a/GUI/windowClose.html +++ b/GUI/windowClose.html @@ -35,6 +35,23 @@

e.returnValue = ''; }); +
+ + + + +