Advertisement
Guest User

Untitled

a guest
Sep 19th, 2012
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!-- Ticket #11289, IE bug fix: always pad the error page with enough characters such that it is greater than 512 bytes, even after gzip compression abcdefghijklmnopqrstuvwxyz1234567890aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz11223344556677889900abacbcbdcdcededfefegfgfhghgihihjijikjkjlklkmlmlnmnmononpopoqpqprqrqsrsrtstsubcbcdcdedefefgfabcadefbghicjkldmnoepqrfstugvwxhyz1i234j567k890laabmbccnddeoeffpgghqhiirjjksklltmmnunoovppqwqrrxsstytuuzvvw0wxx1yyz2z113223434455666777889890091abc2def3ghi4jkl5mno6pqr7stu8vwx9yz11aab2bcc3dd4ee5ff6gg7hh8ii9j0jk1kl2lmm3nnoo4p5pq6qrr7ss8tt9uuvv0wwx1x2yyzz13aba4cbcb5dcdc6dedfef8egf9gfh0ghg1ihi2hji3jik4jkj5lkl6kml7mln8mnm9ono
  3. -->
  4. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
  5. <head>
  6.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7.     <title>WordPress &rsaquo; Error</title>
  8.     <style type="text/css">
  9.         html {
  10.             background: #f9f9f9;
  11.         }
  12.         body {
  13.             background: #fff;
  14.             color: #333;
  15.             font-family: sans-serif;
  16.             margin: 2em auto;
  17.             padding: 1em 2em;
  18.             -webkit-border-radius: 3px;
  19.             border-radius: 3px;
  20.             border: 1px solid #dfdfdf;
  21.             max-width: 700px;
  22.         }
  23.         h1 {
  24.             border-bottom: 1px solid #dadada;
  25.             clear: both;
  26.             color: #666;
  27.             font: 24px Georgia, "Times New Roman", Times, serif;
  28.             margin: 30px 0 0 0;
  29.             padding: 0;
  30.             padding-bottom: 7px;
  31.         }
  32.         #error-page {
  33.             margin-top: 50px;
  34.         }
  35.         #error-page p {
  36.             font-size: 14px;
  37.             line-height: 1.5;
  38.             margin: 25px 0 20px;
  39.         }
  40.         #error-page code {
  41.             font-family: Consolas, Monaco, monospace;
  42.         }
  43.         ul li {
  44.             margin-bottom: 10px;
  45.             font-size: 14px ;
  46.         }
  47.         a {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement