Sha256: eb63bafa12463b9a03ccb7bb04490c0876ded21807d02fc4cf913225274d9b8b

Contents?: true

Size: 792 Bytes

Versions: 2

Compression:

Stored size: 792 Bytes

Contents

!!!
%html{ :class => "no-js not-ready", :manifest => :"/manifest.appcache" }
  -# Set a base Title (From Partial maybe?)
    %link{:href => "//iugu.com/imgs/favicon.ico", :rel => "icon"}/
    %link{:href => "//iugu.com/imgs/favicon.ico", :rel => "shortcut icon"}/
  %title ......
  %meta{ :charset => "utf-8" }

  %meta{ :name => "viewport", :content => "width=device-width, initial-scale=1, maximum-scale=1" }
  %meta{ :name => "apple-mobile-web-app-capable", :content => "yes" }
  %meta{ :name => "apple-mobile-web-status-bar-style", :content => "black" }
  %meta{ 'http-equiv' => 'cleartype', :content => 'on' }
  %meta{ 'http-equiv' => 'X-UA-Compatible', :content => 'IE=edge,chrome=1' }
  %meta{ :name => 'MobileOptimized', :content => '320' }
%body

  %noscript
    .js-warning

  #app

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
arcabouco-0.1.2 lib/templates/index.haml
arcabouco-0.1.1 lib/templates/index.haml