From c0df28a78122cd8087600f5d97b0708dd1ef7354 Mon Sep 17 00:00:00 2001 From: princewhyte2 Date: Fri, 14 Aug 2020 03:50:33 +0100 Subject: [PATCH] added a textarea and input field for the todo app --- Frontend/TO-DO App/TO_DO.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Frontend/TO-DO App/TO_DO.html b/Frontend/TO-DO App/TO_DO.html index 75f4e33..83bccd8 100644 --- a/Frontend/TO-DO App/TO_DO.html +++ b/Frontend/TO-DO App/TO_DO.html @@ -1,9 +1,23 @@ + - + + +
+
+
+ +



+

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