Skip to content

Commit

Permalink
Update alchemist.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivas-Jorge authored Feb 4, 2023
1 parent 0feeb2c commit ec69373
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions alchemist.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<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">
<title>The Alchemist</title>
<title>the alchemist</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="top-container">
<h6>Author</h6>
<h1>Paulo Coelho</h1>
<h6>Brazilian lyricist</h6>
</div>
<div class="container" >
<div id="myHeader" class="header">
<a href="index.html"><button>Home</button></a>
<a href="index.html"><button class="home-button">Home</button></a>
<button class="bookmark-button">Bookmark</button>
<div class="wrapper">
<input type="text" id="text-to-search" placeholder="Enter text to search...">
<button onclick="search()">Search</button>
</div>
</div>
<br>
<div class="top-container">
<h6>Author</h6>
<h1>Paulo Coelho</h1>
<h6>Brazilian lyricist</h6>
</div>
<p id="paragraph">
THE BOY’S NAME WAS SANTIAGO. DUSK WAS FALLING AS the boy arrived
with his herd at an abandoned church. The roof had fallen in long
Expand Down Expand Up @@ -1054,6 +1055,7 @@ <h6>Brazilian lyricist</h6>




THE BOY HAD BEEN WORKING FOR THE CRYSTAL MERCHANT for almost a
month, and he could see that it wasn’t exactly the kind of job that
would make him happy. The merchant spent the entire day
Expand Down

0 comments on commit ec69373

Please sign in to comment.