Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <style type="text/css">
  6. html, body {
  7. margin: 0;
  8. padding: 0;
  9. font-family: Verdana, Arial, sans-serif;
  10. font-size: 10pt;
  11. background-color: #ffffff;
  12. } h1, h2 {
  13. height: 82px;
  14. text-indent: -999em;
  15. margin: 0;
  16. padding: 0;
  17. margin: 0;
  18. }
  19. div {
  20. margin: 0;
  21. padding: 0;
  22. }
  23. div.header {
  24. background: url(%%IMAGE:logo_v2_fnet%%) 0 0 repeat-x;
  25. height: 82px;
  26. }
  27. div.sidebar {
  28. width: 195px;
  29. height: 200px;
  30. float: left;
  31. }
  32. div.main {
  33. padding: 5px;
  34. margin-left: 195px;
  35. }
  36. div.buttons {
  37. margin-top: 30px;
  38. text-align: right;
  39. }
  40. h3 {
  41. margin: 36px 0;
  42. font-size: 16pt;
  43. }
  44. .blocked h3 {
  45. color: #c00;
  46. }
  47. .authenticate h3 {
  48. color: #36c;
  49. }
  50. h2.fgd_icon {
  51. background: url(%%IMAGE:logo_v2_fnet%%) 0 -166px repeat-x;
  52. width: 90px;
  53. height: 92px;
  54. margin: 48px auto;
  55. }
  56. .blocked h2.fgd_icon {
  57. background-position: 0 -166px;
  58. }
  59. .authenticate h2.fgd_icon {
  60. background-position: -89px -166px;
  61. }
  62. form {
  63. width: 300px;
  64. margin: 30px 0;
  65. }
  66. label {
  67. display: block;
  68. width: 300px;
  69. margin: 5px 0;
  70. line-height: 25px;
  71. }
  72. label input {
  73. width: 200px;
  74. border: 1px solid #7f9db9;
  75. height: 20px;
  76. float: right;
  77. }
  78. </style>
  79. <title>
  80. The URL you requested has been blocked
  81. </title>
  82. </head>
  83. <body class="block">
  84. <div class="header">
  85. </div>
  86. <div class="sidebar">
  87. <h2 class="fgd_icon">
  88. block
  89. </h2>
  90. </div>
  91. <div class="main">
  92. <h3>
  93. Web Page Blocked!
  94. </h3>
  95. <div class="notice">
  96. <p>
  97. The page cannot be displayed. Please contact the administrator for additional information.
  98. </p>
  99. <p>
  100. URL: %%URL%%
  101. <br />
  102. <br/>
  103. Client IP: %%SOURCE_IP%%
  104. <br/>
  105. Attack ID: %%EVENT_ID%%
  106. <br/>
  107. Message ID: %%MSG_ID%%
  108. </p>
  109. <p>
  110. </p>
  111. </div>
  112. </div>
  113. </body>
  114. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement