1234567891011121314151617181920 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <link rel="stylesheet" type="text/css" href="css/style.css" charset="UTF-8" />
- <link rel="stylesheet" href="css/mBoxNotice.css" charset="UTF-8" />
- <link rel="stylesheet" href="css/mBoxTooltip.css" charset="UTF-8" />
- <script src="../o2_core/o2.min.js"></script>
- <script src="js/base.min.js"></script>
- <script src="js/forum.js"></script>
- <script src="../o2_lib/Decimal.js"></script>
- <script>layout.anonymous = true;</script>
- <title>Forum</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- </head>
- <body style="overflow: auto; margin:0px">
- <div id="appContent" class="appContent" style="overflow: hidden; height:100%; background-color:#EEE"></div>
- </body>
- </html>
|