Subversion Repositories wimsdev

Rev

Rev 5731 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xml:lang="nl" xmlns="http://www.w3.org/1999/xhtml" xmlns:mathml="http://www.w3.org/1998/Math/MathML">
  5.     <head>
  6.         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  7.         <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  8.         <meta name="keywords" content="Javascript wims calculator" />
  9.         <meta name="description" content="Javascript wims calculator" />
  10.         <title>WIMS Simple Calculator</title>
  11.     </head>
  12.     <body bgcolor="#79ff7f">
  13.         <form action="">
  14.             <input type="button" style="background-color:white;font-weight:normal;font-size:16px;" onclick="window.close();" value="EXIT" />
  15.         </form>
  16.         <br />
  17.         <textarea cols="40" rows="12" style="white-space: nowrap"></textarea>
  18.     </body>
  19. </html>
  20.  
  21.  
  22.