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