From a44a50eee48082765a5d23dbbbfca9d306ceb4d3 Mon Sep 17 00:00:00 2001 From: "nicolas.franco" Date: Sun, 4 Dec 2022 12:22:19 +0100 Subject: [PATCH] minimalist list view --- view/list.html | 68 +++++++++++++++++++++++++++ view/{creerList.html => newList.html} | 0 2 files changed, 68 insertions(+) create mode 100644 view/list.html rename view/{creerList.html => newList.html} (100%) diff --git a/view/list.html b/view/list.html new file mode 100644 index 0000000..7563734 --- /dev/null +++ b/view/list.html @@ -0,0 +1,68 @@ + + + + + + + +
+
+
+
+
+
+ +

My List

+
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
TaskImportanceActions
Faire le controlleurUrgent + + +
Finir les vuesMoyen + + +
Gestion des erreursImportant + + + +
+ +
+
+
+
+
+
+ + diff --git a/view/creerList.html b/view/newList.html similarity index 100% rename from view/creerList.html rename to view/newList.html