1234567891011121314151617181920 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>提示</title>
- </head>
- <body>
- <div style="text-align: center;margin-top: 25%">
- <img src="prohibit.png" width="300px" height="300px">
- <!--<h2 style="font-family: microsoft yahei ">已停止访问该网页</h2>-->
- <p>
- <font face="黑体" size="10px">已停止访问该网页</font>
- </p>
- <p style="margin-top: 35px">
- <font size="6px">网页包含恶意欺诈内容,被多人投诉,为维护绿色上网环境,已停止访问</font>
- </p>
- </div>
- </body>
- </html>
|