Sha256: 521cd9debd7244940c1cea03b31e158e5fa33510475b7564bd1eaf8f12c9757f
Contents?: true
Size: 900 Bytes
Versions: 2
Compression:
Stored size: 900 Bytes
Contents
<head> <meta charset='utf-8'> <%# Use the .htaccess and remove these lines to avoid edge case issues. %> <%# More info: h5bp.com/b/378 %> <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'> <title></title> <meta content='' name='description'> <meta content='' name='author'> <%# Mobile viewport optimized: h5bp.com/viewport %> <meta content='width=device-width,initial-scale=1' name='viewport'> <%= render "stylesheets" %> <%# More ideas for your <head> here: h5bp.com/d/head-Tips %> <%# All JavaScript at the bottom, except this Modernizr build incl. Respond.js %> <%# Respond is a polyfill for min/max-width media queries. Modernizr enables HTML5 elements & feature detects; %> <%# for optimal performance, create your own custom Modernizr build: www.modernizr.com/download/ %> <%= javascript_include_tag "polyfills" %> <%= csrf_meta_tag %> </head>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
html5-rails-0.0.4 | app/views/application/_head.html.erb |
html5-rails-0.0.3 | app/views/application/_head.html.erb |