notTrustDir.html 920 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <style type="text/css">
  6. body {
  7. margin: 0 auto;
  8. width: 900px;
  9. background-color: #CCB;
  10. }
  11. .container {
  12. width: 700px;
  13. height: 700px;
  14. margin: 0 auto;
  15. }
  16. img {
  17. width: auto;
  18. height: auto;
  19. max-width: 100%;
  20. max-height: 100%;
  21. padding-bottom: 36px;
  22. }
  23. p {
  24. display: block;
  25. font-size: 20px;
  26. color: blue;
  27. }
  28. </style>
  29. </head>
  30. <body>
  31. <div class="container">
  32. <img src="images/sorry.jpg" />
  33. <p>
  34. 预览源文件来自未授信的目录 ,请停止访问 <br>
  35. 有任何疑问,请加&nbsp;<a href="https://jq.qq.com/?_wv=1027&k=5c0UAtu">官方QQ群:613025121</a>&nbsp;咨询
  36. </p>
  37. </div>
  38. </body>
  39. </html>