Sha256: 16bce6cbf8daa5d80f59090b98c355b439672fc7ea5b4e2bae14e5fea8398a6e

Contents?: true

Size: 1.42 KB

Versions: 29

Compression:

Stored size: 1.42 KB

Contents

<!DOCTYPE html>
<head>
  <style>
    body, html
    {
        background-color: #eee;
        padding: 0; margin: 0;
        width: 100%;
    }
    h1
    {
        background-color: #ddd;
        color: #008;
        text-align: center;
        border-bottom: 1px solid #000;
        margin: 0;
        padding: 0.5em;
        width: 100%;
    }
    p
    {
        color:#004;
        font-size: 1.2em;
        padding: 0 1em;         
    }
    #wrapper
    {
        background-color: #fff;
        margin: 1em 5%;
        padding: 0 0 2%;
        border-radius: 20px;
        height: auto;
        color: #007;
    }
    #wrapper h2
    {
        background-color: #ddd;
        color: #008;
        text-align: center;
        margin: 0 0 1em 0;
        padding: 0.5em 0;
        width: 100%;
        border-radius: 20px;
    }
    #wrapper p{ padding: 0 2%;}
    #wrapper #missing
    {
        color:#904;
        font-size: 1.4em;
        padding: 0.5em 0;
        text-align: center;         
        background-color: #fee;
        border-bottom: 1px solid #800;
        margin: 0;
    }
  </style>
</head>
<body>
  <h1>Plezi 500 error code (broken?!)...</h1>
  <div id='wrapper'>
      <h2 id='missing'>
        something went wrong with your request...
      </h2>
      <p>Sorry, something went wrong trying to process your request...</p>
      <p>.... Please try again soon and if this issue persists, please let us know.</p>
  </div>
</body>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
plezi-0.10.12 resources/500.html
plezi-0.10.11 resources/500.html
plezi-0.10.10 resources/500.html
plezi-0.10.9 resources/500.html
plezi-0.10.8 resources/500.html
plezi-0.10.6 resources/500.html
plezi-0.10.5 resources/500.html
plezi-0.10.4 resources/500.html
plezi-0.10.3 resources/500.html
plezi-0.10.2 resources/500.html
plezi-0.10.1 resources/500.html
plezi-0.9.2 resources/500.html
plezi-0.9.1 resources/500.html
plezi-0.9.0 resources/500.html
plezi-0.8.7 resources/500.html
plezi-0.8.6 resources/500.html
plezi-0.8.5 resources/500.html
plezi-0.8.4 resources/500.html
plezi-0.8.3 resources/500.html
plezi-0.8.2 resources/500.html