From 0e24c3a79e4c94359d82190f67bd3a5fdf14d379 Mon Sep 17 00:00:00 2001 From: Diya Date: Mon, 2 Jun 2025 08:51:11 +0530 Subject: [PATCH 1/2] Added an image folder that contains all images --- paper.png => images/paper.png | Bin paper.svg => images/paper.svg | 0 rock.png => images/rock.png | Bin rock.svg => images/rock.svg | 0 scissor.png => images/scissor.png | Bin scissor.svg => images/scissor.svg | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename paper.png => images/paper.png (100%) rename paper.svg => images/paper.svg (100%) rename rock.png => images/rock.png (100%) rename rock.svg => images/rock.svg (100%) rename scissor.png => images/scissor.png (100%) rename scissor.svg => images/scissor.svg (100%) diff --git a/paper.png b/images/paper.png similarity index 100% rename from paper.png rename to images/paper.png diff --git a/paper.svg b/images/paper.svg similarity index 100% rename from paper.svg rename to images/paper.svg diff --git a/rock.png b/images/rock.png similarity index 100% rename from rock.png rename to images/rock.png diff --git a/rock.svg b/images/rock.svg similarity index 100% rename from rock.svg rename to images/rock.svg diff --git a/scissor.png b/images/scissor.png similarity index 100% rename from scissor.png rename to images/scissor.png diff --git a/scissor.svg b/images/scissor.svg similarity index 100% rename from scissor.svg rename to images/scissor.svg From 766467c5d7e4a7eb18262b220358e699d0e6747b Mon Sep 17 00:00:00 2001 From: Diya Date: Mon, 2 Jun 2025 09:03:03 +0530 Subject: [PATCH 2/2] Changed the source of image in the code --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index d855c7d..801b8cb 100644 --- a/index.html +++ b/index.html @@ -35,25 +35,25 @@

- +

- +

Choose an option