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