Advertisement
dfarrell07

nexus_down_curl_out.html

Jul 15th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.07 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  4.     <head>
  5.         <title>The page is temporarily unavailable</title>
  6.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7.         <style type="text/css">
  8.             /*<![CDATA[*/
  9.            body {
  10.                background-color: #fff;
  11.                color: #000;
  12.                font-size: 0.9em;
  13.                font-family: sans-serif,helvetica;
  14.                margin: 0;
  15.                padding: 0;
  16.            }
  17.            :link {
  18.                color: #c00;
  19.            }
  20.            :visited {
  21.                color: #c00;
  22.            }
  23.            a:hover {
  24.                color: #f50;
  25.            }
  26.            h1 {
  27.                text-align: center;
  28.                margin: 0;
  29.                padding: 0.6em 2em 0.4em;
  30.                background-color: #294172;
  31.                color: #fff;
  32.                font-weight: normal;
  33.                font-size: 1.75em;
  34.                border-bottom: 2px solid #000;
  35.            }
  36.            h1 strong {
  37.                font-weight: bold;
  38.                font-size: 1.5em;
  39.            }
  40.            h2 {
  41.                text-align: center;
  42.                background-color: #3C6EB4;
  43.                font-size: 1.1em;
  44.                font-weight: bold;
  45.                color: #fff;
  46.                margin: 0;
  47.                padding: 0.5em;
  48.                border-bottom: 2px solid #294172;
  49.            }
  50.            h3 {
  51.                text-align: center;
  52.                background-color: #ff0000;
  53.                padding: 0.5em;
  54.                color: #fff;
  55.            }
  56.            hr {
  57.                display: none;
  58.            }
  59.            .content {
  60.                padding: 1em 5em;
  61.            }
  62.            .alert {
  63.                border: 2px solid #000;
  64.            }
  65.  
  66.            img {
  67.                border: 2px solid #fff;
  68.                padding: 2px;
  69.                margin: 2px;
  70.            }
  71.            a:hover img {
  72.                border: 2px solid #294172;
  73.            }
  74.            .logos {
  75.                margin: 1em;
  76.                text-align: center;
  77.            }
  78.            /*]]>*/
  79.         </style>
  80.     </head>
  81.  
  82.     <body>
  83.         <h1><strong>No Backend Server</strong></h1>
  84.  
  85.         <div class="content">
  86.  
  87.             <h3>The page you are looking for is temporarily unavailable.  Please
  88.             try again later.</h3>
  89.  
  90.             <div class="alert">
  91.                 <h2>What to do</h2>
  92.                 <div class="content">
  93.                     <p>There are no servers available for serving this page.
  94.                     We are currently aware of the problem and are working to
  95.                     fix it.  We apologize for the inconvenience.</p>
  96.  
  97.                     <p>Please try again shortly by going back in your browser
  98.                     or by refreshing this page.</p>
  99.                 </div>
  100.             </div>
  101.         </div>
  102.     </body>
  103. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement