Advertisement
Nevada112

html

Jul 1st, 2021
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.   <meta charset="UTF-8">
  6.   <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8.   <title>Document</title>
  9.   <script src="closer.js"></script>
  10. </head>
  11.  
  12. <body>
  13.   <input id="newtask" />
  14.   <button id="addtask">ADD</button>
  15.   <ul id="todolist"></ul>
  16. </body>
  17.  
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement