prohibit.html 640 B

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