Sha256: 81a80dacb6bee78e1e5e1cdbc1ee471a299398e0461d6e8ca44bc85760602520

Contents?: true

Size: 861 Bytes

Versions: 4

Compression:

Stored size: 861 Bytes

Contents

!!!
%html
  %head
    %meta{:charset => "utf-8"}
    %title= config['appName']

    %meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/

    %meta{:content => "width=device-width; initial-scale=1.0; minimum-scale=1.0; maximum-scale=1.0; user-scalable=0;", :name => "viewport"}/
    %meta{:content => "yes", :name => "apple-mobile-web-app-capable"}/
    %meta{:content => "telephone=no", :name => "format-detection"}/

    %link{:charset => "utf-8", :href => "stylesheets/application.css", :rel => "stylesheet", :type => "text/css"}
    %script{:charset => "utf-8", :src => "javascripts/application.js", :type => "text/javascript"}

    / This script enables structural HTML5 elements in old IE.
    / http://code.google.com/p/html5shim/
    /[if lt IE 9]
      %script(src="//html5shim.googlecode.com/svn/trunk/html5.js")
        
  %body

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mobox-0.0.3 template/src/index.haml
mobox-0.0.2 template/src/index.haml
mobox-0.0.1.1 template/src/index.haml
mobox-0.0.1 template/src/index.haml