topic_myprog.htm 573 B

123456789101112131415
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>My Program Help</title>
  6. <!--[if IE 6]><style type="text/css">html{overflow-y:scroll}</style><![endif]-->
  7. <link rel="stylesheet" type="text/css" href="styles.css" />
  8. </head>
  9. <body>
  10. <h1 class="topicheading">My Program Help Contents</h1>
  11. <div class="topicbody">
  12. <p>There is no help! This is just an example.</p>
  13. </div>
  14. </body>
  15. </html>