16 lines
573 B
HTML
16 lines
573 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>My Program Help</title>
|
|
<!--[if IE 6]><style type="text/css">html{overflow-y:scroll}</style><![endif]-->
|
|
<link rel="stylesheet" type="text/css" href="styles.css" />
|
|
</head>
|
|
<body>
|
|
<h1 class="topicheading">My Program Help Contents</h1>
|
|
<div class="topicbody">
|
|
<p>There is no help! This is just an example.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|