Sha256: d4ea3740d50b9ca43b776d5ba95c602162dd49a5d94171c20ce6c63db9707e4e
Contents?: true
Size: 930 Bytes
Versions: 4
Compression:
Stored size: 930 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> <div id="main_content"><%= yield %></div> <footer>Copyright © 2012 <%=link_to("MacKinley Smith","http://www.mackinleysmith.com")%></footer> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems