index.html 620 B

123456789101112131415161718192021
  1. <html>
  2. <style>
  3. .list
  4. {
  5. position: fixed; float: right; margin: 0px; font-size: 16pt; top: 0; right:0;
  6. width: 250px; background: white; border: black 3px dotted;
  7. padding: 10px; margin: 20px;
  8. }
  9. </style>
  10. <body>
  11. <div class=list><h5>List</h5> <li><a href="/1-howtobuy.html">How to buy stuff</a></li>
  12. <li><a href="/index.html">Hello!</a></li>
  13. </div> <div class="content"><p>Hello!</p>
  14. <p>Welcome to the documentation!</p>
  15. <p>If you&rsquo;re seeing this, that means you successfully set up
  16. <code>learn</code>.</p>
  17. <p>Feel free to remove this.</p>
  18. </div> <footer>Generated by 'learn'</footer> </body></html>