Sha256: c3aea8d0baa42074147b53a9cf913001270d7a9009e4db1e0e24fb8f34b6f0e4
Contents?: true
Size: 956 Bytes
Versions: 6
Compression:
Stored size: 956 Bytes
Contents
<!DOCTYPE html> <html lang="pt-BR"> <head> <meta charset="utf-8"> <title><%= APP_NAME %></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta http-equiv="x-pjax-version" content="v173"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- fav and touch icons --> <%= csrf_meta_tags %> <%= stylesheet_link_tag 'outdated_browser', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'outdated_browser', 'data-turbolinks-track' => true %> <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <%= javascript_include_tag 'html5shiv/html5shiv.min' %> <![endif]--> </head> <body class="animated fadeIn"> <div class="container"> <%= render partial: "outdated_browser/outdated_browser" %> <%= yield %> </div> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems