Sha256: 0e7a98c82642a7722313d0a031851247ded545fea23cc2f0263264b08244b748
Contents?: true
Size: 957 Bytes
Versions: 12
Compression:
Stored size: 957 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Welcome to <%= casein_config_website_name %></title> <%= stylesheet_link_tag "/casein/stylesheets/login" %> <%= javascript_include_tag "/casein/javascripts/jquery", "/casein/javascripts/login", "/casein/javascripts/rails" %> <%= csrf_meta_tag %> </head> <body> <div id="header"> <h1><%= image_tag(casein_config_logo, :alt => casein_config_website_name) %></h1> </div> <div id="content"> <%= yield %> </div> <div id="footer"> <p>Based on <%= link_to "Casein", "http://www.caseincms.com" %> <%= casein_get_short_version_string %> technology, an open-source project initiated by <a href="http://www.spoiledmilk.dk">Spoiled Milk</a>.</p> </div> </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems