From 69ebfe5df57d0090916b2d500fbd488cbd73fe57 Mon Sep 17 00:00:00 2001
From: afreen shaik
Date: Mon, 22 Jul 2024 21:56:19 +0530
Subject: [PATCH 01/10] Create a template for project
---
Source-Code/AnalogWatch/index.html | 11 +++++++++++
Source-Code/AnalogWatch/script.js | 0
Source-Code/AnalogWatch/style.css | 0
3 files changed, 11 insertions(+)
create mode 100644 Source-Code/AnalogWatch/index.html
create mode 100644 Source-Code/AnalogWatch/script.js
create mode 100644 Source-Code/AnalogWatch/style.css
diff --git a/Source-Code/AnalogWatch/index.html b/Source-Code/AnalogWatch/index.html
new file mode 100644
index 0000000..189b1e1
--- /dev/null
+++ b/Source-Code/AnalogWatch/index.html
@@ -0,0 +1,11 @@
+
+
+
+
+
+ Analog Watch
+
+
+
+
+
\ No newline at end of file
diff --git a/Source-Code/AnalogWatch/script.js b/Source-Code/AnalogWatch/script.js
new file mode 100644
index 0000000..e69de29
diff --git a/Source-Code/AnalogWatch/style.css b/Source-Code/AnalogWatch/style.css
new file mode 100644
index 0000000..e69de29
From c7267938772b8cb193a4988ad4646e62347d4335 Mon Sep 17 00:00:00 2001
From: afreen shaik
Date: Mon, 22 Jul 2024 21:56:47 +0530
Subject: [PATCH 02/10] Add div containers
---
Source-Code/AnalogWatch/index.html | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/Source-Code/AnalogWatch/index.html b/Source-Code/AnalogWatch/index.html
index 189b1e1..aa068db 100644
--- a/Source-Code/AnalogWatch/index.html
+++ b/Source-Code/AnalogWatch/index.html
@@ -4,8 +4,15 @@
Analog Watch
+
-
+
+
-