We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5fb26 commit 150cf32Copy full SHA for 150cf32
index.html
@@ -10,13 +10,13 @@
10
<header>
11
<div id="page-banner">
12
<h1 class="title">Bookorama</h1>
13
- <p>Books for Ninjas</p>
14
- <form id="search-books">
15
- <input type="text" placeholder="Search books..." />
16
- </form>
17
- </div>
18
- </header>
19
- <div id="book-list">
+ <p>Books for Ninjas</p>
+ <form id="search-books">
+ <input type="text" placeholder="Search books..." />
+ </form>
+ </div>
+ </header>
+ <div id="book-list">
20
<h2 class="title">Books to Read</h2>
21
<ul>
22
<li>
@@ -41,8 +41,7 @@ <h2 class="title">Books to Read</h2>
41
<input type="text" placeholder="Add a book..." />
42
<button>Add</button>
43
</form>
44
-
45
46
<script src="app.js"></script>
47
</body>
48
</html>
0 commit comments