welcome.php 361 B

1234567891011
  1. <?php if ( ! defined('BASE_PATH')) exit('No direct script access allowed');?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <title>说明文档</title>
  7. </head>
  8. <body>
  9. 这是说明文档啦!!稍候奉上
  10. </body>
  11. </html>