From 8b5b0cab355a143b3a43952a6ad9e53da542d047 Mon Sep 17 00:00:00 2001 From: Sadhakan X Date: Wed, 11 Mar 2026 08:05:20 +0100 Subject: [PATCH] Create index.html with a complete to-do list application --- index.html | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 00000000..6b634b2a --- /dev/null +++ b/index.html @@ -0,0 +1,74 @@ + + + + + + To-Do List Application + + + +

To-Do List

+ + + + + + + \ No newline at end of file