git.fiddlerwoaroof.com
Raw Blame History
<!doctype html>
%html{:lang => "en"}
  %head
    %meta{:charset=>"utf-8"}
    %meta{:"http-equiv"=>"X-UA-Compatible", :content=>"IE=edge"}
    %meta{:name=>"viewport",:content=>"width=device-width, initial-scale=1"}
    %title The Title

    %link{:rel=>"stylesheet",:href=>"css/bootstrap.css"}
    <!--[if lt IE 9]>
    %script{:src=>"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"}
    %script{:src=>"https://oss.maxcdn.com/respond/1.4.2/respond.min.js"}
    <![endif]-->
  %body
    %div.container
      =yield
    %script{:src=>"//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"}
    %script{:src=>"/js/bootstrap.min.js"}