main.html 485 B

12345678910111213141516171819202122232425
  1. <html lang="en-us">
  2. <head>
  3. <meta charset="utf-8" />
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  5. <title>[[book_title]]</title>
  6. <style>
  7. p {
  8. text-indent: 2em;
  9. line-height: 1.7em;
  10. }
  11. a {
  12. text-decoration: none;
  13. }
  14. </style>
  15. </head>
  16. <body>
  17. <h1>[[book_title]]</h1>
  18. <h2>目录</h2>
  19. <ul>
  20. [[#sections]]
  21. <li><a href="#[[filename]]">[[filename]]</a></li>
  22. [[/sections]]
  23. </ul>