Sha256: c6c944804cf2539f567a142c940b07c9ffa81acf2e3060df3c56d330c2428338
Contents?: true
Size: 797 Bytes
Versions: 7
Compression:
Stored size: 797 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> <nav> <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
7 entries across 7 versions & 1 rubygems