Sha256: efe0e086d55169a59f73bc86f45c4b0a4e724f6ec55dc9d30b828c785ce8e68f

Contents?: true

Size: 645 Bytes

Versions: 3

Compression:

Stored size: 645 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;
    }

    #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

3 entries across 3 versions & 1 rubygems

Version Path
recipes_matic-1.3.0 lib/generators/recipes_matic/templates/config/deploy/recipes/templates/maintenance.html.erb
recipes_matic-1.2.1 lib/generators/recipes_matic/templates/config/deploy/recipes/templates/maintenance.html.erb
recipes_matic-1.2.0 lib/generators/recipes_matic/templates/config/deploy/recipes/templates/maintenance.html.erb