side.html 780 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <link rel="shortcut icon" type="image/x-icon" href="../favicon.ico">
  5. <link rel="stylesheet" href="side.css">
  6. <p><center><img src="catwight.png" alt="A black and white drawing of a cat sitting down at a table about to write something." title="A black and white drawing of a cat sitting down at a table about to write something." width="80" height="80"></center></p>
  7. <hr>
  8. <center>
  9. <p><a href="../wain" target="_parent">Home</a></p>
  10. <p><a href="who.html" target="_parent">About Louis Wain</a></p>
  11. <p><a href="examples.html" target="_parent">Examples of his art</a></p>
  12. <!-- <p><u>Life for Wain</u></p>
  13. <p><u>Reactions to Wain's art</u></p>-->
  14. <p><font color="black"><center>&#x2605;</center></font></p>
  15. </center>
  16. </body>
  17. </html>