Sha256: 8d4b03d0147a18cff9eb06b491c454319e3f99696ce0176c41ee1df11fce547e

Contents?: true

Size: 976 Bytes

Versions: 17

Compression:

Stored size: 976 Bytes

Contents

<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7 ]> <html class="ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]>    <html class="ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]>    <html class="ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
<head>
  <meta charset="utf-8" />

  <!-- Uncomment to make IE8 render like IE7 -->
  <!-- <meta http-equiv="X-UA-Compatible" content="IE=7" /> -->

  <!-- Set the viewport width to device width for mobile -->
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />

  <title><%%= content_for?(:title) ? yield(:title) : "Untitled" %></title>
  
  <!-- Included CSS Files -->
  <%%= stylesheet_link_tag    "application" %>

  <!-- Included JS Files  -->
  <%%= javascript_include_tag "application" %>
  
  <%%= csrf_meta_tags %>
</head>
<body>
  <div class="container">
    <%%= yield %>
  </div>
</body>
</html>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
purecss-0.5.0.2 lib/purecss/generators/templaets/application.html.erb
purecss-0.5.0.1 lib/purecss/generators/templaets/application.html.erb
purecss-0.5.0 lib/purecss/generators/templaets/application.html.erb
purecss-0.4.2.1 lib/purecss/generators/templaets/application.html.erb
purecss-0.4.2 lib/purecss/generators/templaets/application.html.erb
purecss-0.3.0 lib/purecss/generators/templaets/application.html.erb
purecss-0.2.1 lib/purecss/generators/templaets/application.html.erb
purecss-0.2.0 lib/purecss/generators/templaets/application.html.erb
purecss-0.0.11 lib/purecss/generators/templaets/application.html.erb
purecss-0.0.10 lib/purecss/generators/templaets/application.html.erb
purecss-0.0.9 lib/purecss/generators/templaets/application.html.erb
purecss-0.0.7 lib/purecss/generators/templaets/application.html.erb
purecss-0.0.6 lib/purecss/generators/templaets/application.html.erb
purecss-0.0.5 lib/purecss/generators/templaets/application.html.erb
purecss-0.0.3 lib/purecss/generators/templaets/application.html.erb
purecss-0.0.2 lib/purecss/generators/templaets/application.html.erb
purecss-0.0.1alpha3 lib/purecss/generators/templaets/application.html.erb