Iorg / todo-app-2

0 stars 0 forks source link

Create add todo page #3

Closed Iorg closed 6 years ago

Iorg commented 6 years ago

Need to create a new page that will add a new TODO.

Specification:

  1. Create a new file add-todo.html;
  2. Open that file for edit;
  3. Put standard html markup by typing html:5 and press enter;
  4. Add to the index.html page the following markup:
    <a href="add-todo.html">Add new todo</a>
  5. Save, commit and sync your changes.