From 844f5471383031df6cc86300669a5d48d9c492d9 Mon Sep 17 00:00:00 2001 From: cbavidge1989-ctrl Date: Wed, 4 Mar 2026 12:15:33 +0000 Subject: [PATCH] Create index.html for a to-do list application with local storage functionality --- index.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 00000000..583c09cc --- /dev/null +++ b/index.html @@ -0,0 +1,43 @@ + + + + + + To-Do List + + + +

To-Do List

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