Skip to content

Instantly share code, notes, and snippets.

@Lytol
Created December 8, 2010 04:55
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 Lytol/732907 to your computer and use it in GitHub Desktop.
Save Lytol/732907 to your computer and use it in GitHub Desktop.
!!! 5
%html{:lang => 'en'}
%head
%meta{:charset => 'utf-8'}
%title Application
%link{:href => 'http://yui.yahooapis.com/2.8.1/build/reset/reset-min.css', :rel => 'stylesheet', :type => 'text/css'}
%script{:src => 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'}
%body
= yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment