Sample Code layout.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <link rel="stylesheet" type="text/css" href="style.css" />
    <title>Sample Code</title>
  </head>
  <body>
    <div id="container">
      <strong>Sample Code</strong>

      <ul id="nav">
        <li><a href="?act=main">demo</a></li>
        <li><a href="?act=code&file=index.php">index.php</a></li>
        <li><a href="?act=code&file=functions.php">functions.php</a></li>
        <li><a href="?act=code&file=layout.html">layout.html</a></li>
        <li><a href="?act=code&file=form.html">form.html</a></li>
        <li><a href="?act=code&file=code.html">code.html</a></li>
        <li><a href="?act=code&file=style.css">style.css</a></li>
      </ul>

(((output)))

    </div>
  </body>
</html>