Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timriley/60316 to your computer and use it in GitHub Desktop.
Save timriley/60316 to your computer and use it in GitHub Desktop.
!!! Strict
%html{:xmlns =>'http://www.w3.org/1999/xhtml', 'xml:lang' => 'en', :lang => 'en'}
%head
%meta{'http-equiv' => 'Content-Type', :content => 'text/html; charset=utf-8'}/
%title My Sinatra App
%link{:href => versioned_stylesheet('screen'), :media => 'screen', :rel => 'stylesheet', :type => 'text/css'}/
%script{:src => versioned_javascript('application'), :type => 'text/javascript'}/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment