Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <link rel="stylesheet" href="./assets/css/style.css" />
- <title>Document</title>
- </head>
- <body>
- <section class="container">
- <div class="book-shelf"></div>
- <form class="book-input">
- <h2>Awesome Books</h2>
- <input
- type="text"
- placeholder="Title"
- class="input-title"
- /><br /><br />
- <input
- type="text"
- placeholder="Author"
- class="input-author"
- /><br /><br />
- <button type="submit" class="add-button">Add</button>
- </form>
- </section>
- <script src="./assets/js/book-manager.js"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment