diff --git a/src/main/resources/templates/daily.html b/src/main/resources/templates/daily.html new file mode 100644 index 0000000..574b63a --- /dev/null +++ b/src/main/resources/templates/daily.html @@ -0,0 +1,286 @@ + + + + + + Daily To-Do List + + + + Home + +
+ + + +
+ +
+ +
+

Daily

+ +
16
+
+

Task Title

+

Description of the task goes here.

+ High +
+ + +
+
+
+
+ + + + + + diff --git a/src/main/resources/templates/monthly.html b/src/main/resources/templates/monthly.html new file mode 100644 index 0000000..11ae373 --- /dev/null +++ b/src/main/resources/templates/monthly.html @@ -0,0 +1,305 @@ + + + + + + Monthly To-Do List + + + + Home + +
+ + + +
+ +
+ +
+

Monthly

+
+
12
+
+
+

Task Title

+

Description of the task goes here.

+ High +
+ + +
+
+
+
+ + + + + + diff --git a/src/main/resources/templates/weekly.html b/src/main/resources/templates/weekly.html new file mode 100644 index 0000000..6d77001 --- /dev/null +++ b/src/main/resources/templates/weekly.html @@ -0,0 +1,309 @@ + + + + + + Weekly To-Do List + + + + Home + +
+ + + +
+ +
+ +
+

Weekly

+
+
1-7
+
8-14
+
15-21
+
22-28
+
+
+

Task Title

+

Description of the task goes here.

+ High +
+ + +
+
+
+
+ + + + + +