Sha256: 91d2f243f6312e88ba7163c229987d1a4503979bed8b7c08450d92e7ba46fbf0
Contents?: true
Size: 1.78 KB
Versions: 7
Compression:
Stored size: 1.78 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="/javascripts/jquery-1.8.3.min.js"></script> <script src="/javascripts/modernizr-2.6.1.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
7 entries across 7 versions & 1 rubygems