aboutsummaryrefslogtreecommitdiff
path: root/views/_head.haml
blob: 276680d701a3d89372b9f72200c14427bd5f42fa (plain)
1
2
3
4
5
6
7
8
%head
  %title= @title
  %meta{:name => "viewport", :content => "width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes"}/
  %link{:rel => "stylesheet", :href => "/stylesheets/bytemark.css"}/
  %link{:rel => "stylesheet", :href => "/stylesheets/mauve.css", :media => "all", :type => "text/css"}/
  %link{:rel => "stylesheet", :href => "/stylesheets/mauve-handheld.css", :media => "handheld, only screen and (max-width: 1000px), only screen and (max-device-width: 1000px)", :type => "text/css" }/
  %script{:src => '/javascript/jquery/jquery.min.js', :type => 'text/javascript'}
  %script{:src => '/mauve_utils.js', :type => 'text/javascript'}