Guest User

Untitled

a guest
Jul 30th, 2020
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Lista zadań</title>
  7. <script src="https://kit.fontawesome.com/55c154471b.js" crossorigin="anonymous"></script>
  8. <link rel="stylesheet" href="./style.css">
  9.  
  10. </head>
  11. <body>
  12. <div class="toDoBody"><div class="top "><h2>Lista zadań</h2>
  13. <input type="text" class="toDoInput" placeholder="Wpisz treść...">
  14. <button class="addBtn">Dodaj</button>
  15. <p class="toDoInfo">Podaj zadanie</p>
  16.  
  17. </div>
  18. <div class="bottom">
  19. <h2>Dziś do zrobienia:</h2>
  20. <!-- <p class="alert"></p> -->
  21. <ul>
  22. <!-- <li id='test'>Wypić kawę<div class="tools"><button
  23. class="delete"><i class="fas fa-times"></i></> -->
  24.  
  25.  
  26.  
  27. </ul>
  28. </div>
  29. </div>
  30.  
  31. <script src="./script.js"></script>
  32. </body>
  33. </html>
Add Comment
Please, Sign In to add comment