aboutsummaryrefslogtreecommitdiff
path: root/views/_header.haml
blob: 4f5c12a452e2f315fac4947dbb976d1ce00ac5f5 (plain)
1
2
3
4
5
6
7
8
9
!!! XML
!!!
%html
  %head
    %meta{:name=>"viewport", :content=>"width=device-width"}/
    %title #{@title}: Authentication required
    %link{:rel => "stylesheet", :href => "/stylesheets/bytemark.css"}/
    %link{:rel => "stylesheet", :href => "/stylesheets/mauve.css"}/
    %script{:src => 'javascript/jquery/jquery.js', :type => 'text/javascript'}