Advertisement
Guest User

ArturG

a guest
Aug 17th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.    <meta charset="UTF-8">
  6.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.    <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8.    <title>Document</title>
  9. </head>
  10.  
  11. <body>
  12.    <input type="text" id="task" placeholder="treść zadania">
  13.    <button id="btn" type="button">Dodaj</button>
  14.    <ul id="list">
  15.  
  16.    </ul>
  17.    <script src="main.js"></script>
  18. </body>
  19.  
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement