index.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Through the Looking-Glass</title>
  6. <link rel="stylesheet" href="01.css" type="text/css" />
  7. <script src="jquery.js"></script>
  8. <script src="01.js"></script>
  9. </head>
  10. <body>
  11. <div id="container">
  12. <h1>Through the Looking-Glass</h1>
  13. <div class="author">by Lewis Carroll</div>
  14. <div class="chapter" id="chapter-1">
  15. <h2 class="chapter-title">1. Looking-Glass House</h2>
  16. <p>There was a book lying near Alice on the table, and while she sat watching the White King (for she was still a little anxious about him, and had the ink all ready to throw over him, in case he fainted again), she turned over the leaves, to find some part that she could read, <span class="spoken">“—for it’s all in some language I don’t know,”</span> she said to herself.</p>
  17. <p>It was like this.</p>
  18. <div class="poem">
  19. <h3 class="poem-title">YKCOWREBBAJ</h3>
  20. <div id="fred" class="poem-stanza">
  21. <div>sevot yhtils eht dna ,gillirb sawT'</div>
  22. <div>;ebaw eht ni elbmig dna eryg diD</div>
  23. <div>,sevogorob eht erew ysmim llA</div>
  24. <div>.ebargtuo shtar emom eht dnA</div>
  25. </div>
  26. </div>
  27. <p>She puzzled over this for some time, but at last a bright thought struck her. <span class="spoken">“Why, it’s a Looking-glass book, of course! And if I hold it up to a glass, the words will all go the right way again.”</span></p>
  28. <p>This was the poem that Alice read.</p>
  29. <div class="poem">
  30. <h3 class="poem-title">JABBERWOCKY</h3>
  31. <div class="poem-stanza">
  32. <div>'Twas brillig, and the slithy toves</div>
  33. <div>Did gyre and gimble in the wabe;</div>
  34. <div>All mimsy were the borogoves,</div>
  35. <div>And the mome raths outgrabe.</div>
  36. </div>
  37. </div>
  38. </div>
  39. </div>
  40. </body>
  41. </html>