123456789101112131415 |
- <!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>
- <title>CHEditor</title>
- <meta name="robots" content="noindex, nofollow" />
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <link rel="stylesheet" type="text/css" href="../css/dialog.css" />
- <script src="js/dialog.js" type="text/javascript"></script>
- <script src="js/icon.js" type="text/javascript"></script>
- </head>
- <body>
- <div id="iconBlock" class="content-outline" style="text-align: center"></div>
- <div id="buttonWrapper" class="bottom-status"></div>
- </body>
- </html>
|