Mwafrika_Josue

Untitled

Feb 9th, 2022
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <link rel="stylesheet" href="./assets/css/style.css" />
  8. <title>Document</title>
  9. </head>
  10.  
  11. <body>
  12. <section class="container">
  13. <div class="book-shelf"></div>
  14. <form class="book-input">
  15. <h2>Awesome Books</h2>
  16. <input
  17. type="text"
  18. placeholder="Title"
  19. class="input-title"
  20. /><br /><br />
  21. <input
  22. type="text"
  23. placeholder="Author"
  24. class="input-author"
  25. /><br /><br />
  26. <button type="submit" class="add-button">Add</button>
  27. </form>
  28. </section>
  29. <script src="./assets/js/book-manager.js"></script>
  30. </body>
  31. </html>
  32.  
Advertisement
Add Comment
Please, Sign In to add comment