It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://memoto.es

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Your access to this site has been limited by the site owner</title>
  6. <style>
  7. html {
  8. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  9. font-size: 0.875rem;
  10. line-height: 1.42857143;
  11. color: #333;
  12. background-color: #fff;
  13. padding: 0;
  14. margin: 0;
  15. }
  16.  
  17. body {
  18. padding: 0;
  19. margin: 0;
  20. }
  21.  
  22. a {
  23. color:#00709e;
  24. }
  25.  
  26. h1, h2, h3, h4, h5, h6 {
  27. font-weight: 200;
  28. line-height: 1.1;
  29. }
  30.  
  31. h1, .h1 { font-size: 3rem; }
  32. h2, .h2 { font-size: 2.5rem; }
  33. h3, .h3 { font-size: 1.5rem; }
  34. h4, .h4 { font-size: 1rem; }
  35. h5, .h5 { font-size: 0.875rem; }
  36. h6, .h6 { font-size: 0.75rem; }
  37.  
  38. h1, h2, h3 {
  39. margin-top: 20px;
  40. margin-bottom: 10px;
  41. }
  42. h4, h5, h6 {
  43. margin-top: 10px;
  44. margin-bottom: 10px;
  45. }
  46.  
  47. .wf-btn {
  48. display: inline-block;
  49. margin-bottom: 0;
  50. font-weight: normal;
  51. text-align: center;
  52. vertical-align: middle;
  53. touch-action: manipulation;
  54. cursor: pointer;
  55. background-image: none;
  56. border: 1px solid transparent;
  57. white-space: nowrap;
  58. text-transform: uppercase;
  59. padding: .4rem 1rem;
  60. font-size: .875rem;
  61. line-height: 1.3125rem;
  62. border-radius: 4px;
  63. -webkit-user-select: none;
  64. -moz-user-select: none;
  65. -ms-user-select: none;
  66. user-select: none
  67. }
  68.  
  69. @media (min-width: 768px) {
  70. .wf-btn {
  71. padding: .5rem 1.25rem;
  72. font-size: .875rem;
  73. line-height: 1.3125rem;
  74. border-radius: 4px
  75. }
  76. }
  77.  
  78. .wf-btn:focus,
  79. .wf-btn.wf-focus,
  80. .wf-btn:active:focus,
  81. .wf-btn:active.wf-focus,
  82. .wf-btn.wf-active:focus,
  83. .wf-btn.wf-active.wf-focus {
  84. outline: 5px auto -webkit-focus-ring-color;
  85. outline-offset: -2px
  86. }
  87.  
  88. .wf-btn:hover,
  89. .wf-btn:focus,
  90. .wf-btn.wf-focus {
  91. color: #00709e;
  92. text-decoration: none
  93. }
  94.  
  95. .wf-btn:active,
  96. .wf-btn.wf-active {
  97. outline: 0;
  98. background-image: none;
  99. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  100. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
  101. }
  102.  
  103. .wf-btn.wf-disabled,
  104. .wf-btn[disabled],
  105. .wf-btn[readonly],
  106. fieldset[disabled] .wf-btn {
  107. cursor: not-allowed;
  108. -webkit-box-shadow: none;
  109. box-shadow: none
  110. }
  111.  
  112. a.wf-btn {
  113. text-decoration: none
  114. }
  115.  
  116. a.wf-btn.wf-disabled,
  117. fieldset[disabled] a.wf-btn {
  118. cursor: not-allowed;
  119. pointer-events: none
  120. }
  121.  
  122. .wf-btn-default {
  123. color: #00709e;
  124. background-color: #fff;
  125. border-color: #00709e
  126. }
  127.  
  128. .wf-btn-default:focus,
  129. .wf-btn-default.focus {
  130. color: #00709e;
  131. background-color: #e6e6e6;
  132. border-color: #00161f
  133. }
  134.  
  135. .wf-btn-default:hover {
  136. color: #00709e;
  137. background-color: #e6e6e6;
  138. border-color: #004561
  139. }
  140.  
  141. .wf-btn-default:active,
  142. .wf-btn-default.active {
  143. color: #00709e;
  144. background-color: #e6e6e6;
  145. border-color: #004561
  146. }
  147.  
  148. .wf-btn-default:active:hover,
  149. .wf-btn-default:active:focus,
  150. .wf-btn-default:active.focus,
  151. .wf-btn-default.active:hover,
  152. .wf-btn-default.active:focus,
  153. .wf-btn-default.active.focus {
  154. color: #00709e;
  155. background-color: #d4d4d4;
  156. border-color: #00161f
  157. }
  158.  
  159. .wf-btn-default:active,
  160. .wf-btn-default.wf-active {
  161. background-image: none
  162. }
  163.  
  164. .wf-btn-default.wf-disabled,
  165. .wf-btn-default[disabled],
  166. .wf-btn-default[readonly],
  167. fieldset[disabled] .wf-btn-default {
  168. color: #777;
  169. background-color: #fff;
  170. border-color: #e2e2e2;
  171. cursor: not-allowed
  172. }
  173.  
  174. .wf-btn-default.wf-disabled:hover,
  175. .wf-btn-default.wf-disabled:focus,
  176. .wf-btn-default.wf-disabled.wf-focus,
  177. .wf-btn-default[disabled]:hover,
  178. .wf-btn-default[disabled]:focus,
  179. .wf-btn-default[disabled].wf-focus,
  180. .wf-btn-default[readonly]:hover,
  181. .wf-btn-default[readonly]:focus,
  182. .wf-btn-default[readonly].wf-focus,
  183. fieldset[disabled] .wf-btn-default:hover,
  184. fieldset[disabled] .wf-btn-default:focus,
  185. fieldset[disabled] .wf-btn-default.wf-focus {
  186. background-color: #fff;
  187. border-color: #00709e
  188. }
  189.  
  190. input[type="text"], input.wf-input-text {
  191. text-align: left;
  192. max-width: 200px;
  193. height: 30px;
  194. border-radius: 0;
  195. border: 0;
  196. background-color: #ffffff;
  197. box-shadow: 0px 0px 0px 1px rgba(215,215,215,0.65);
  198. padding: 0.25rem;
  199. }
  200.  
  201. hr {
  202. margin-top: 1rem;
  203. margin-bottom: 1rem;
  204. border: 0;
  205. border-top: 4px solid #eee
  206. }
  207.  
  208. p {
  209. font-size: 1.4rem;
  210. font-weight: 300;
  211. }
  212.  
  213. p.medium, div.medium p {
  214. font-size: 1.1rem;
  215. }
  216.  
  217. p.small, div.small p {
  218. font-size: 1rem;
  219. }
  220.  
  221. .container {
  222. max-width: 900px;
  223. padding: 0 1rem;
  224. margin: 0 auto;
  225. }
  226.  
  227. .top-accent {
  228. height: 25px;
  229. background-color: #00709e;
  230. }
  231.  
  232. .block-data {
  233. width: 100%;
  234. border-top: 6px solid #00709e;
  235. }
  236.  
  237. .block-data tr:nth-child(odd) th, .block-data tr:nth-child(odd) td {
  238. background-color: #eeeeee;
  239. }
  240.  
  241. .block-data th, .block-data td {
  242. text-align: left;
  243. padding: 1rem;
  244. font-size: 1.1rem;
  245. }
  246.  
  247. .block-data th.reason, .block-data td.reason {
  248. color: #930000;
  249. }
  250.  
  251. .block-data th {
  252. font-weight: 300;
  253. }
  254.  
  255. .block-data td {
  256. font-weight: 500;
  257. }
  258.  
  259. .about {
  260. margin-top: 2rem;
  261. display: flex;
  262. flex-direction: row;
  263. align-items: stretch;
  264. }
  265.  
  266. .about .badge {
  267. flex-basis: 116px;
  268. flex-grow: 0;
  269. flex-shrink: 0;
  270. display: flex;
  271. align-items: center;
  272. justify-content: flex-start;
  273. }
  274.  
  275. .about svg {
  276. width: 100px;
  277. height: 100px;
  278.  
  279. }
  280.  
  281. .about-text {
  282. background-color: #00709e;
  283. color: #ffffff;
  284. padding: 1rem;
  285. }
  286.  
  287. .about-text .h4 {
  288. font-weight: 500;
  289. margin-top: 0;
  290. margin-bottom: 0.25rem;
  291. font-size: 0.875rem;
  292. }
  293.  
  294. .about-text p {
  295. font-size: 0.875rem;
  296. font-weight: 200;
  297. margin-top: 0.3rem;
  298. margin-bottom: 0.3rem;
  299. }
  300.  
  301. .about-text p:first-of-type {
  302. margin-top: 0;
  303. }
  304.  
  305. .about-text p:last-of-type {
  306. margin-bottom: 0;
  307. }
  308.  
  309. .st0{fill:#00709e;}
  310. .st1{fill:#FFFFFF;}
  311.  
  312. .generated {
  313. color: #999999;
  314. margin-top: 2rem;
  315. }
  316. </style>
  317. </head>
  318. <body>
  319. <div class="top-accent"></div>
  320. <div class="container">
  321. <h1>Your access to this site has been limited by the site owner</h1>
  322. <p>Your access to this service has been limited. (HTTP response code 503)</p>
  323. <p>If you think you have been blocked in error, contact the owner of this site for assistance.</p>
  324. <hr>
  325. <p class="medium">If you are a WordPress user with administrative privileges on this site, please enter your email address in the box below and click &quot;Send&quot;. You will then receive an email that helps you regain access.</p>
  326.  
  327. <form method="POST" id="unlock-form" action="#">
  328. <input type="hidden" name="nonce" value="ba165b0b57fc94193458159c97e26bedba27fc230523944e4cd2b167bcd710c0">
  329. <input type="text" size="50" name="email" id="unlock-email" value="" maxlength="255" placeholder="email@example.com">&nbsp;&nbsp;<input type="submit" class="wf-btn wf-btn-default" id="unlock-submit" name="s" value="Send Unlock Email" disabled>
  330. </form>
  331. <script type="application/javascript">
  332. (function() {
  333. var textfield = document.getElementById('unlock-email');
  334. textfield.addEventListener('focus', function() {
  335. document.getElementById('unlock-form').action = "https://www.memoto.es/" + "?_wfsf=unlockEmail";
  336. document.getElementById('unlock-submit').disabled = false;
  337. });
  338. })();
  339. </script>
  340.  
  341. <h2 class="h3">Block Technical Data</h2>
  342. <table border="0" cellspacing="0" cellpadding="0" class="block-data">
  343. <tr>
  344. <th class="reason">Block Reason:</th>
  345. <td class="reason">Advanced blocking in effect.</td>
  346. </tr>
  347. <tr>
  348. <th class="time">Time:</th>
  349. <td class="time">Fri, 3 May 2024 20:46:03 GMT</td>
  350. </tr>
  351. </table>
  352.  
  353. <div class="about">
  354. <div class="badge">
  355. <!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
  356. <svg viewBox="0 0 772.86 772.86"><circle class="st0" cx="386.24" cy="383.35" r="367.07"/><path class="st1" d="M135.67 270.42l19.89 10.06 -2.09 4.12 -48.83-24.7 8.42-16.63c2.57-5.07 5.89-8.43 9.97-10.05 4.08-1.63 8.39-1.29 12.93 1 4.58 2.32 7.4 5.52 8.47 9.61 1.06 4.09 0.24 8.82-2.48 14.18L135.67 270.42zM132.18 268.65l6.33-12.51c2.03-4 2.62-7.53 1.78-10.6 -0.84-3.06-2.96-5.46-6.37-7.18 -3.38-1.71-6.6-2.03-9.66-0.95 -3.06 1.08-5.59 3.53-7.58 7.35l-6.46 12.78L132.18 268.65z"/><path class="st1" d="M173.84 208.59l-9.98 12.38 17.76 14.32 -2.92 3.63 -42.6-34.34 11.16-13.84c3.66-4.54 7.63-7.21 11.89-7.99 4.26-0.78 8.37 0.42 12.32 3.61 2.73 2.2 4.49 4.94 5.28 8.22 0.8 3.28 0.51 6.59-0.86 9.92l26.73 3.97 0.38 0.31 -3.09 3.83L173.84 208.59zM160.82 218.51l8.89-11.03c2.44-3.02 3.53-6.14 3.29-9.36 -0.24-3.22-1.73-5.93-4.46-8.14 -3.01-2.42-6.11-3.35-9.32-2.78 -3.2 0.57-6.19 2.59-8.98 6.04l-8.18 10.15L160.82 218.51z"/><path class="st1" d="M230.22 153.92c3.15 3.93 5.23 7.93 6.25 11.99 1.02 4.06 0.91 7.9-0.33 11.53 -1.24 3.62-3.51 6.76-6.82 9.4 -4.99 3.99-10.45 5.43-16.38 4.32 -5.93-1.11-11.32-4.7-16.17-10.77l-3.52-4.4c-3.11-3.89-5.18-7.89-6.21-12 -1.02-4.11-0.92-7.98 0.31-11.61 1.23-3.63 3.49-6.76 6.78-9.39 3.29-2.63 6.82-4.16 10.6-4.58 3.78-0.43 7.52 0.26 11.2 2.06 3.69 1.8 7.08 4.58 10.2 8.35L230.22 153.92zM222.9 152.17c-4.12-5.15-8.5-8.24-13.16-9.3 -4.66-1.05-9.02 0.04-13.07 3.28 -3.97 3.18-5.97 7.17-5.99 11.98 -0.02 4.81 2.07 9.84 6.26 15.08l3.57 4.46c4.05 5.07 8.44 8.14 13.16 9.23 4.72 1.09 9.09 0.02 13.12-3.21 4.09-3.27 6.11-7.28 6.06-12.04 -0.05-4.76-2.16-9.75-6.34-14.97L222.9 152.17z"/><path class="st1" d="M269.33 102.91l-16.76 8.41 22.79 45.42 -4.13 2.07 -22.79-45.42 -16.73 8.39 -1.75-3.49 37.62-18.88L269.33 102.91z"/><path class="st1" d="M327.63 110.65l-24.69 6.72 5.86 21.54 28.39-7.73 1.03 3.77 -32.85 8.95 -14.38-52.8 32.67-8.9 1.03 3.77 -28.21 7.68 5.43 19.94 24.7-6.72L327.63 110.65z"/><path class="st1" d="M390.45 113.31c-0.28 5.79-2.07 10.32-5.38 13.58 -3.3 3.26-7.86 5.07-13.66 5.42 -4.05 0.24-7.69-0.55-10.93-2.39 -3.23-1.84-5.82-4.56-7.74-8.17 -1.92-3.61-3.04-7.8-3.36-12.58l-0.43-7.09c-0.29-4.85 0.3-9.21 1.77-13.06 1.47-3.85 3.74-6.9 6.81-9.13 3.07-2.23 6.67-3.47 10.83-3.72 5.85-0.35 10.57 0.94 14.15 3.89 3.58 2.95 5.81 7.19 6.7 12.74l-4.65 0.28c-1.71-9.21-7.03-13.55-15.96-13.01 -4.95 0.3-8.79 2.39-11.5 6.27 -2.72 3.88-3.88 9.09-3.48 15.62l0.4 6.68c0.38 6.31 2.11 11.25 5.2 14.83 3.09 3.58 7.07 5.23 11.95 4.93 4.83-0.29 8.4-1.67 10.71-4.13 2.31-2.46 3.62-6.02 3.91-10.68L390.45 113.31z"/><path class="st1" d="M450.7 86.44l-18.56-2.68 -7.26 50.29 -4.58-0.66 7.26-50.29 -18.52-2.67 0.56-3.87 41.66 6.01L450.7 86.44z"/><path class="st1" d="M494.13 126.12l-24.11-8.6 -7.5 21.03 27.72 9.88 -1.31 3.68 -32.07-11.44 18.38-51.54 31.9 11.37 -1.31 3.68 -27.54-9.82 -6.94 19.47 24.11 8.6L494.13 126.12z"/><path class="st1" d="M502.25 158.58l28.59-46.66 13.04 7.99c3.82 2.34 6.72 5.31 8.69 8.92 1.97 3.6 2.8 7.54 2.51 11.83 -0.29 4.29-1.71 8.5-4.25 12.65l-2.63 4.29c-2.55 4.17-5.66 7.34-9.33 9.54 -3.67 2.19-7.57 3.22-11.71 3.1 -4.14-0.13-8.2-1.41-12.17-3.84L502.25 158.58zM532.74 117.67l-24.51 39.99 8.85 5.42c4.91 3.01 9.85 3.8 14.82 2.36 4.97-1.44 9.15-4.94 12.56-10.5l2.52-4.1c3.29-5.37 4.46-10.56 3.51-15.58 -0.95-5.02-3.81-9.01-8.58-11.96L532.74 117.67z"/><path class="st1" d="M573.7 213.78l42.89-33.98 10.03 12.67c3.64 4.6 5.45 8.83 5.44 12.71 -0.01 3.88-1.87 7.28-5.56 10.21 -2.22 1.76-4.63 2.68-7.23 2.78 -2.6 0.09-5.08-0.63-7.46-2.17 1.43 2.93 1.79 5.91 1.09 8.94 -0.7 3.03-2.29 5.53-4.79 7.51 -3.79 3-7.72 4.12-11.78 3.36 -4.07-0.76-7.83-3.32-11.28-7.68L573.7 213.78zM597.17 201.09l-17.53 13.89 8.61 10.87c2.46 3.1 5.19 4.94 8.21 5.5 3.02 0.57 5.93-0.26 8.73-2.48 2.65-2.1 4.05-4.62 4.21-7.58 0.16-2.96-0.97-5.97-3.4-9.03L597.17 201.09zM600.23 198.67l7.84 9.9c2.45 2.98 5.02 4.75 7.71 5.33 2.68 0.58 5.33-0.17 7.95-2.25 2.75-2.18 4.1-4.65 4.05-7.41 -0.05-2.76-1.46-5.87-4.21-9.35l-7.16-9.04L600.23 198.67z"/><path class="st1" d="M632.98 257.12l34.18 1.28 2.43 4.75 -39.39-2.04 -18.33 9.39 -2.11-4.12 18.33-9.39 21.38-33.12 2.5 4.88L632.98 257.12z"/><path class="st1" d="M99.71 463.6l-9.61 5.23 9.95-1.21L159.4 463l3.16 8.57 -48.24 34.71 -8.53 5.55 10.97-2.19 57.08-7.51 3.77 10.21 -83.89 9.78 -3.42-9.25 50.25-36.59 5.42-3.38 -6.32 0.95 -62.18 4.28 -3.42-9.25 70.12-47.06 3.75 10.15L99.71 463.6z"/><path class="st1" d="M196.63 597.31c-5.99 5.37-12.12 9.04-18.39 11.03 -6.27 1.98-12.24 2.18-17.9 0.59 -5.66-1.59-10.7-4.85-15.11-9.77 -4.31-4.82-6.95-10.14-7.92-15.99 -0.97-5.84-0.19-11.75 2.35-17.74 2.54-5.98 6.66-11.58 12.38-16.8l4.41-3.95c5.88-5.27 11.99-8.9 18.32-10.89 6.34-1.99 12.38-2.19 18.12-0.6 5.74 1.59 10.77 4.8 15.08 9.61 4.39 4.9 7.07 10.28 8.05 16.13 0.98 5.86 0.13 11.81-2.56 17.84 -2.69 6.04-7.01 11.73-12.98 17.07L196.63 597.31zM193.4 585.75c7.25-6.49 11.51-12.93 12.78-19.32 1.27-6.39-0.44-12.19-5.13-17.43 -4.56-5.1-10.09-7.37-16.59-6.82 -6.5 0.55-13.23 3.86-20.19 9.95l-4.49 4.02c-7.03 6.3-11.23 12.72-12.6 19.27 -1.37 6.55 0.26 12.42 4.9 17.6 4.66 5.21 10.17 7.54 16.52 7 6.35-0.54 13.11-3.94 20.26-10.2L193.4 585.75z"/><path class="st1" d="M245.54 636.08l-16.7-9.63 -16.59 28.76 -9.43-5.44 41.01-71.1 23.54 13.58c8.01 4.62 13.12 10 15.33 16.13 2.21 6.13 1.31 12.68-2.71 19.65 -2.55 4.43-5.98 7.59-10.26 9.5 -4.29 1.91-9.04 2.45-14.24 1.61l-0.71 39.81 -0.34 0.59 -10.06-5.8L245.54 636.08zM233.26 618.78l14.41 8.31c4.66 2.69 9.05 3.61 13.2 2.79 4.14-0.83 7.38-3.26 9.71-7.31 2.54-4.4 3.18-8.53 1.91-12.39 -1.27-3.86-4.36-7.23-9.29-10.12l-14.36-8.28L233.26 618.78z"/><path class="st1" d="M291.35 692.84l17.02-80.3 22.67 4.8c6.98 1.48 12.83 4.33 17.55 8.56 4.71 4.23 7.93 9.5 9.64 15.82 1.71 6.32 1.81 13.17 0.28 20.57l-1.09 5.13c-1.61 7.57-4.47 13.9-8.61 18.98 -4.13 5.08-9.23 8.57-15.3 10.47 -6.07 1.9-12.72 2.13-19.94 0.67L291.35 692.84zM317.12 623.45l-13.35 62.98 11.14 2.36c8.16 1.73 15.05 0.54 20.67-3.58s9.42-10.86 11.41-20.25l0.99-4.69c1.93-9.13 1.3-16.67-1.91-22.64 -3.21-5.97-8.74-9.82-16.59-11.56L317.12 623.45z"/><path class="st1" d="M434.33 666.38l-34.31 3 3.16 36.11 -10.78 0.94 -7.15-81.77 50.66-4.43 0.77 8.82 -39.87 3.48 2.45 28.02 34.31-3L434.33 666.38z"/><path class="st1" d="M510.32 640.43l-33.18 12.83 10.49 27.13 38.54-14.9 3.19 8.26 -48.64 18.8 -29.6-76.56 48.11-18.6 3.19 8.26 -38.02 14.7 9.53 24.66 33.18-12.83L510.32 640.43z"/><path class="st1" d="M614.06 613.59l-8.44 6.87 -71.98-22.95 39.94 49.05 -8.44 6.87 -51.83-63.65 8.44-6.87 72.25 23.1 -40.12-49.26 8.35-6.8L614.06 613.59z"/><path class="st1" d="M654.98 512.51c6.83 5.46 10.82 11.72 11.97 18.79 1.15 7.07-0.65 14.4-5.38 21.99 -5.13 8.23-12.19 12.98-21.18 14.26 -8.99 1.28-18.43-1.16-28.32-7.33l-6.7-4.18c-6.47-4.04-11.44-8.75-14.91-14.12 -3.47-5.37-5.2-11-5.18-16.88 0.01-5.88 1.76-11.61 5.24-17.19 4.62-7.4 10.38-12.04 17.29-13.93 6.91-1.89 14.25-0.92 22.01 2.9l-5.76 9.23c-6.06-2.67-11.17-3.46-15.33-2.35 -4.16 1.11-7.73 4.05-10.71 8.84 -3.66 5.87-4.36 11.82-2.1 17.86 2.26 6.04 7.4 11.56 15.41 16.55l6.75 4.21c7.56 4.72 14.57 6.89 21 6.52s11.43-3.39 14.97-9.07c3.18-5.1 4.47-9.74 3.86-13.91 -0.61-4.17-3.51-8.49-8.69-12.96L654.98 512.51z"/><path class="st1" d="M667.34 432.9l-8.96 34.42 28.15 7.33 10.42-39.99 8.56 2.23 -13.14 50.46 -79.43-20.68 13-49.92 8.57 2.23 -10.27 39.44 25.59 6.66 8.96-34.42L667.34 432.9z"/><path class="st1" d="M555.22 263.5c-89.43-2.89-168.99-50.48-168.99-50.48s-79.55 47.6-168.98 50.48c0 0-19.2 76.66-9.83 165.04 7.5-3.84 19.65-9.56 35.94-15.59l0-66.2 -4.91 0.02 12.05-27.68 12.56 27.58 -4.9 0.02v61.1c13.75-4.5 29.67-8.92 47.58-12.65v-72.93l-4.91 0.02 12.05-27.68 12.56 27.58 -4.9 0.02v70.17c16.8-2.93 35.1-5.17 54.77-6.28 1.17-16.26 1.74-31.12 1.79-41.18 0-0.02 0-0.04 0-0.06 0.08-16.78-0.76-25.82-0.76-25.82 -0.56-0.67-1.05-1.4-1.46-2.18 -0.89-1.67-1.42-3.56-1.42-5.59 0-0.64 0.08-1.26 0.18-1.87 0.01-0.05 0.01-0.11 0.02-0.16l-6.42-0.03 0.18-0.4 18.81-41.33 0.01-0.01 0.01 0.01 18.81 41.33 0.18 0.4 -6.42 0.03c0.01 0.05 0.01 0.11 0.02 0.16 0.1 0.61 0.18 1.23 0.18 1.87 0 2.03-0.53 3.92-1.42 5.59 -0.41 0.78-0.9 1.51-1.46 2.18 0 0-0.84 9.04-0.76 25.82 0 0.02 0 0.04 0 0.06 0.05 10.06 0.61 24.92 1.79 41.18 19.67 1.11 37.97 3.36 54.77 6.28v-70.17l-4.9-0.02 12.56-27.58 12.05 27.68 -4.91-0.02v72.93c17.91 3.72 33.83 8.15 47.58 12.65v-61.1l-4.9-0.02 12.56-27.58 12.05 27.68 -4.9-0.02v66.2c16.29 6.03 28.45 11.75 35.94 15.59C574.42 340.17 555.22 263.5 555.22 263.5z"/><path class="st1" d="M529.11 497.7h8.75v0h2.08 5.4v0h4.67c2.95-9.58 5.5-19.42 7.64-29.05l0 0c2.67-9.65 4.3-17.58 5.28-23.31 0 0 0.04-0.22 0.05-0.32 0.06-0.36 0.12-0.72 0.18-1.06 -5.22-2.82-16.88-8.73-34.05-15.35V497.7z"/><path class="st1" d="M466.74 410.08v87.62h8.74v0h16.14v0h8.44 14.25l0-74.45C500.77 418.64 484.81 414 466.74 410.08z"/><path class="st1" d="M398.38 400.86c0.04 0.36 1.26 10.03 1.45 11.65 3 22.36 9.06 57.64 15.25 85.14h-0.31c0 0.02 0.01 0.03 0.01 0.05h30.53 6.63v-90.58c-16.42-2.99-34.34-5.3-53.58-6.49C398.37 400.71 398.37 400.79 398.38 400.86z"/><path class="st1" d="M320.54 497.7h6.63 30.52c0-0.02 0.01-0.03 0.01-0.05h-0.31c6.19-27.49 12.25-62.77 15.25-85.14 0.19-1.63 1.41-11.29 1.45-11.65 0.01-0.08 0.01-0.15 0.02-0.23 -19.37 1.19-37.31 3.53-53.58 6.48V497.7z"/><path class="st1" d="M258.16 497.7h14.25 8.44v0H297v0h8.74v-87.65c-18.72 4.04-34.75 8.75-47.58 13.11V497.7z"/><path class="st1" d="M209.32 443.95c0.06 0.35 0.12 0.7 0.18 1.07 0.02 0.11 0.03 0.22 0.05 0.32 0 0 0.01 0 0.01 0 0.98 5.73 2.61 13.65 5.28 23.31l0 0c2.14 9.63 4.69 19.48 7.64 29.05h4.67v0h7.48v0h8.75v-69.17C226.25 435.15 214.56 441.11 209.32 443.95 209.32 443.95 209.32 443.95 209.32 443.95z"/></svg>
  357. </div>
  358. <div class="about-text">
  359. <h3 class="h4">About Wordfence</h3>
  360. <p>Wordfence is a security plugin installed on over 5 million WordPress sites. The owner of this site is using Wordfence to manage access to their site.</p>
  361. <p>You can also read the documentation to learn about Wordfence&#039;s blocking tools, or visit wordfence.com to learn more about Wordfence.</p>
  362. </div>
  363. </div>
  364.  
  365. <p class="documentation small">Click here to learn more: <a href="https://www.wordfence.com/help/?query=locked-out" target="_blank" rel="noopener noreferrer">Documentation</a></p>
  366. <p class="generated small"><em>Generated by Wordfence at Fri, 3 May 2024 20:46:03 GMT.<br>Your computer&#039;s time: <script type="application/javascript">document.write(new Date().toUTCString());</script>.</em></p>
  367. </div>
  368. </body>
  369. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda