Advertisement
sibinasto

book-story

May 19th, 2022
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.11 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="./book-story.css">
  8.     <title>Book Story</title>
  9. </head>
  10.  
  11. <body>
  12.  
  13.     <main id="wrapper">
  14.         <h1>The Story in the Book</h1>
  15.         <h2>Chapter 1</h2>
  16.  
  17.         <p>Molly had been staring out of her window for about an hour now. On her desk, lying between the copies of <em>Nature</em>,
  18.             <em>New Scientist</em>, and all the other scientific journals her work had appeared in, was a well thumbed copy of <em>On The
  19.             Road</em>. It had been Molly's favorite book since college, and the longer she spent in these four walls the more she
  20.             felt she needed to be free.
  21.         </p>
  22.  
  23.         <p>
  24.             She had spent the last ten years in this room, sitting under a poster with an Oscar Wilde quote proclaiming that
  25.             <q>Work is the refuge of people who have nothing better to do</q>.
  26.         </p>
  27.  
  28.     </main>
  29.  
  30. </body>
  31.  
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement