From 54093e75e0351507a59bd2c71460c04c830c2931 Mon Sep 17 00:00:00 2001 From: Lutchy Horace Date: Mon, 29 Jan 2024 00:02:02 -0500 Subject: [PATCH] Added a simple TODO list manager --- staff/index.html | 4 +- staff/load_tasks.php | 5 ++ staff/save_tasks.php | 8 +++ staff/todo.html | 138 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 153 insertions(+), 2 deletions(-) create mode 100644 staff/load_tasks.php create mode 100644 staff/save_tasks.php create mode 100644 staff/todo.html diff --git a/staff/index.html b/staff/index.html index c80fc83..104746f 100644 --- a/staff/index.html +++ b/staff/index.html @@ -59,8 +59,8 @@
  • -
    Why do we use it?
    -
    It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
    +
    Where can I find the TODO list for staff?
    +
    You'll found it here.
  • Where does it come from?
    diff --git a/staff/load_tasks.php b/staff/load_tasks.php new file mode 100644 index 0000000..0a78ead --- /dev/null +++ b/staff/load_tasks.php @@ -0,0 +1,5 @@ + diff --git a/staff/save_tasks.php b/staff/save_tasks.php new file mode 100644 index 0000000..7aaa6d0 --- /dev/null +++ b/staff/save_tasks.php @@ -0,0 +1,8 @@ + diff --git a/staff/todo.html b/staff/todo.html new file mode 100644 index 0000000..2b66a62 --- /dev/null +++ b/staff/todo.html @@ -0,0 +1,138 @@ + + + + + + Todo List Manager + + + + +

    Todo List Manager

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