About.html 650 B

123456789101112131415161718192021
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <TITLE> About TrustForm Soonsoo </TITLE>
  5. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  6. <script>
  7. function onClickOk ()
  8. {
  9. window.close();
  10. }
  11. </script>
  12. </head>
  13. <body style="background-color:#ECE9D8;">
  14. <div style="position:relative; top:20px; left:30px; font-family:굴림; font-size:10pt;">
  15. <p>TrustForm Soonsu Version 0.0.1</p>
  16. <p>Copyright (C) 2010 Comsquare Co.,Ltd.</p>
  17. <button style="position:relative; left:200px; width:80px;" onclick="onClickOk();">OK</button>
  18. </div>
  19. </body>
  20. </html>