Sha256: 9427f65e48a28ae182efe3f15c23c323222999e4371b2009ee2b5956fddabe2b

Contents?: true

Size: 1.13 KB

Versions: 3

Compression:

Stored size: 1.13 KB

Contents

<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="/core/css/reset.css" type="text/css">
    <link rel="stylesheet" href="/core/css/core.css" type="text/css">
    <link rel="stylesheet" href="/css/screen.css" type="text/css">
    <title>Yodel</title>
    <style>
      li, ul {
        border: none !important;
        color: #444;
      }
      
      ul {
        padding-top: 20px;
      }
      
      a {
        color: #777;
      }
      
      p {
        font-size: 15px;
        color: #444;
        line-height: 18px;
      }

      article {
        padding-bottom: 20px;
      }
    </style>
  </head>
  <body>
    <article>
      <header>
        <div id="lip"></div>
        <h1>yodel</h1>
      </header>
      <p>Yodel is a Ruby CMS and web development environment. You may be looking for one of the sites hosted on this server:</p>
      <ul>
        <% Site.all.each do |site| %>
          <% unless site.name == 'yodel' %>
            <li><%= site.name %> - <a href="http://<%= site.domains.first %>/"><%= site.domains.first %></a></li>
          <% end %>
        <% end %>
      </ul>
    </article>
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yodel_production_environment-0.0.7 lib/layouts/home.html
yodel_production_environment-0.0.4 lib/layouts/home.html
yodel_production_environment-0.0.2 lib/layouts/home.html