Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <META http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Menu</title>
  </head>    
  <body>
        style="margin:10px 0 0 10px">
    <a target="main" href="cover.html">
      <img border=0 src="cmslogo.jpg"
	       alt="Back">
    </a>	
    <br>	
    <br>	
    <div class="menu">
      <a href="thisanalysis.html" target="main">
         thisanalysis</a>
      <br>
      <br>
    </div>
    </p>
  </body>
</html>