Sha256: 7a5b4fae5030324b4695edade55d0b6ac9e6d621d3a1af82157a0b44c55fd495
Contents?: true
Size: 929 Bytes
Versions: 1
Compression:
Stored size: 929 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>M O N G O 3</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="icon" href="/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/> <%= stylesheets %w[mongo3] %> <%= javascripts %w[jquery_min jquery_ui_min jquery.tools.min application jit.min] %> </head> <body id="body"> <div id="overall"> <div id="logo"> <a href="/explore" style="float:left"> <img src='/images/mongo3.png' style="border:none"/> </a> <div class="flash">Hello World</div> </div> <div id="main"> <%= yield %> </div> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mongo3-0.0.6 | lib/views/layout.erb |