| 12345678910111213141516171819202122232425 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>铭飞CMS</title>
- <meta content="IE=edge" http-equiv="X-UA-Compatible" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
- <style>
- body{ height: 100%;}
- </style>
- </head>
- <body>
- <div style="
- text-align: center;
- color: #555;
- background: #FCFCFC;
- height: 300px;
- padding-top: 200px;
- vertical-align: middle;
- "><h2>欢迎进入MS系统</h2><p>欢迎加群: ①231212174 ②221335098 或到<a href="http://ms.mingsoft.net/mbbs/main.do" target="_blank" style="
- text-decoration: none;
- ">官方论坛进行技术交流</a></p></div>
- </body>
- </html>
|