Sha256: 9a80fe16f9ea565905ee1cda9a6dfdf4222d58bb08cabc255be12de157c79b1b

Contents?: true

Size: 710 Bytes

Versions: 4

Compression:

Stored size: 710 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>Maintenance Page For Your Application</title>
    <style type="text/css">
    html, body {
      background-color: #4B7399;
      font-family: Verdana, Helvetica, Arial;
      font-size: 14px;
    }

    a {
      color: #0000FF;
      img { border: none; }
    }

    #container {
      width: 80%;
      margin: 0 auto;
      background-color: #FFF;
      padding: 20px 40px;
      border: solid 1px black;
      margin-top: 20px;
    }
    </style>
  </head>
  <body>
    <div id="container">
      <h1>The system is down for <%= reason ? reason : "maintenance" %></h1>
      <p>It will be back <%= deadline ? deadline : "soon" %></p>
    </div>
  </body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
recipes_matic-1.1.0 lib/generators/recipes_matic/templates/config/deploy/recipes/templates/maintenance.html.erb
recipes_matic-1.0.0 lib/generators/recipes_matic/templates/config/deploy/recipes/templates/maintenance.html.erb
recipes_matic-0.2.0 lib/generators/recipes_matic/templates/config/deploy/recipes/templates/maintenance.html.erb
recipes_matic-0.1.0 lib/generators/recipes_matic/templates/config/deploy/recipes/templates/maintenance.html.erb