Advertisement
totobac

Untitled

Apr 8th, 2021
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.99 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <link rel="stylesheet" href="/main.css">
  5.     <title> TODO App</title>
  6.     <meta charset="UTF-8">
  7.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9.     <title>Document</title>
  10. </head>
  11.  
  12. <body>
  13.     <div class addTodo>
  14.        <div id = "input" ><textarea name="" id="" cols="60" rows="2"></textarea></div>
  15.        <div id = "takeDate"><input id = "inputdate" type = "date"></div>  
  16.        <div id = "submition"><button type ="submit"></button></div>
  17.     </div>
  18.     <h1 id = "to-do">Todos</h1>
  19.     <div class = "buttons">
  20.         <input type ="checkbox" name="todo1" value="Do"> Do the laundry
  21.         <input type ="checkbox" name="todo2" value="Do"> Buy more sugar
  22.         <input type ="checkbox" name="todo3" value="Do"> Acquire all six infinity stones
  23.         <input type ="checkbox" name="todo4" value="Do"> Take over the universe
  24.     </div>
  25.  
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement