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