Sha256: d9ac5d002526ad43160866f2adb080215f1b5b709ad23719a9627ef5f7671299
Contents?: true
Size: 1.44 KB
Versions: 1
Compression:
Stored size: 1.44 KB
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"> <head> <title>Merb: Mongrel + Erb</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <%= require_css :merb %> <%= require_js :prototype, :effects %> </head> <body> <div id="blogtitle"> <div id="small">Welcome to the land of Merb | <a href="http://svn.devjavu.com/merb">SVN</a> | <a href="http://svn.devjavu.com/merb/README">README</a> | <a href="http://merb.devjavu.com/">Trac</a></div> </div> <div id="border"> <div id="container"> <div id="content"> <div id="topmenu"> <ul> <li><a href="#" title="/posts/list"><span>Blog</span></a></li> <li><a href="#" title="Gallery"><span>Get Merb</span></a></li> <li><a href="#" title="Links"><span>Tutorial</span></a></li> </ul> </div> <div id="introduction"> <h3>Merb Mascot</h3> <ul> <li><img src="/images/louiecon.gif" /></li> </ul> </div> <%= @layout_content %> <div class="maintext3"> <div class="splitleft"> <p>This is a split left box in the split left class.</p> </div> <div class="splitright"> <p>This is a split right box<br /> you can also set the backround color in the class.</p> </div> </div> </div> </div> <div id="footer">Merb: Mongrel + Erb</div> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
merb-0.0.7 | examples/sample_app/dist/app/views/layout/application.herb |