home.html 247 B

1234567891011
  1. <html>
  2. <head>
  3. <title>To-Do lists</title>
  4. </head>
  5. <body>
  6. <h1>Your To-Do list</h1>
  7. <input id="id_new_item" placeholder="Enter a to-do item"/>
  8. <table id="id_list_table">
  9. </table>
  10. </body>
  11. </html>