Sha256: 787518d316c9c0b6f479e6c74db796db8265cf68f395cc5b89dac98770321c20
Contents?: true
Size: 943 Bytes
Versions: 18
Compression:
Stored size: 943 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Cytoplasm: one layout tool to rule them all.</title> <%=stylesheet_link_tag *Cytoplasm.css, :media => "all", :cache => false %> <%=stylesheet_link_tag "application", :media => "all" %> <%=javascript_include_tag "application" %> <%=javascript_include_tag *Cytoplasm.js %> <%=csrf_meta_tags %> </head> <body> <header> <!--<h1 class="cytoLogo">Cytoplasm Test Dummy</h1>--> <img class="cytoLogo" src="/cytoplasm_logo.png" style="margin:-70px 0px -80px -10px;" /> <nav style="margin:30px 0px -10px 25px;"> <ul> <li><%=link_to("About","/about")%></li> <li><%=link_to("Demos","/demos")%></li> <li><%=link_to("Docs","/docs")%></li> <li><%=link_to("Downloads","/downloads")%></li> </ul> </nav> </header> <section><%= yield %></section> <footer>Copyright © 2012-2013 <%=link_to("MacKinley Smith","http://www.mackinleysmith.com")%></footer> </body> </html>
Version data entries
18 entries across 18 versions & 1 rubygems