Sha256: 8ce31f3dc1adb2e3f0a152b0c626c916ea8a4717a9c3d0dbe8dc40854be7e38c

Contents?: true

Size: 492 Bytes

Versions: 11

Compression:

Stored size: 492 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>Ilog</title>
    <%= favicon %>
  </head>
  <body>
  <style>
    html {
      color: white;
      text-shadow: 0px 0px 0.4rem black;
      background: #000000 url('<%= Ilog::config.background_image %>') no-repeat center center fixed;
      -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    </style>
	  <h1>Helloe</h1>
    <%= yield %>
  </body>
</html>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ilog-0.4.9 lib/ilog/templates/application.html.erb
ilog-0.4.8 lib/ilog/templates/application.html.erb
ilog-0.4.7 lib/ilog/templates/application.html.erb
ilog-0.4.6 lib/ilog/templates/application.html.erb
ilog-0.4.5 lib/ilog/templates/application.html.erb
ilog-0.4.4 lib/ilog/templates/application.html.erb
ilog-0.4.3 lib/ilog/templates/application.html.erb
ilog-0.4.2 lib/ilog/templates/application.html.erb
ilog-0.4.1 lib/ilog/templates/application.html.erb
ilog-0.4.0 lib/ilog/templates/application.html.erb
ilog-0.3.3 lib/ilog/templates/application.html.erb