Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivas-Jorge authored Feb 4, 2023
1 parent bf8eeaa commit 0feeb2c
Showing 1 changed file with 12 additions and 24 deletions.
36 changes: 12 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,26 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BOOKS</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style.css" >
</head>

<body>
<div class="container">
<div class="wrapper">
<input type="text" id="text-to-search" placeholder="Enter book title..">
<button onclick="search()">Search</button>
</div>
<input type="text" id="text-to-search" placeholder="Enter book title..">
<button onclick="searchBook()">Search</button>
</div>

<br>

<ul>
<a href="alchemist.html" class="paragraph">
<li>The alchemist</li>
</a>
<br>
<a href="lifeofpi.html" class="paragraph">
<li>life of Pi</li>
</a>
<br>
<a href="error404.html" class="paragraph">
<li>Javascript: The definitive Guide</li>
</a>
<br>
<a href="error404.html" class="paragraph">
<li>The Linux Programming Interface</li>
</a>
<br>
<a href="error404.html" class="paragraph">
<li>The Big Book of small python projects</li>
</a>

<a href="alchemist.html" class="book-title">
<li>The alchemist</li>
</a>
<br>
<a href="lifeofpi.html" class="book-title">
<li>life of Pi</li>
</a>
</ul>
</div>

Expand Down

0 comments on commit 0feeb2c

Please sign in to comment.