Sha256: bb3ea7fff666d6054d06ab1fefc38de6ea4b04e78d528673b9e641e1f9b70020
Contents?: true
Size: 1.8 KB
Versions: 1
Compression:
Stored size: 1.8 KB
Contents
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Toadstool - Sinatra based styleguide bootstrap</title> <meta http-equiv="Content-Language" content="en-us" /> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content=""> <!-- Mobile Viewport Fix, use at own risk --> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5 maximum-scale=1.0"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <!-- Place favicon.ico and apple-touch-icon.png in the root of your domain and delete these references --> <link rel="shortcut icon" href="/images/favicon.ico"> <link rel="apple-touch-icon" href="/images/apple-touch-icon.png"> <!-- CSS : implied media="screen" --> <link rel="stylesheet" href="/stylesheets/style.css" /> <link rel="stylesheet" href="/stylesheets/toadstool.css" /> <!--[if lte IE 8]> <link rel="stylesheet" media="all" href="/styles/ie.css"/><![endif]--> <script src="http://code.jquery.com/jquery-latest.js"></script> <script src="http://modernizr.com/downloads/modernizr.js"></script> <script src="/javascripts/modernizr.mods.js"></script> <script src="/javascripts/prettify.js"></script> <script src="/javascripts/application.js"></script> </head> <body onload="prettyPrint()"> <section class="styleguide_main_content"> <%= partial :"shared/_main_header" %> <%= partial :"shared/_main_nav" %> <article class="styleguide_article"> <%= yield %> </article> <%= partial :"shared/_main_footer" %> </section> </body> <div class="emBox"> <span class="screen-width">0</span> / <span class="screen-width-px">0</span> </div> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toadstool-0.0.0.1 | views/layout.erb |