Skip to content

Instantly share code, notes, and snippets.

@johndavid400
Created September 19, 2011 16:03
Show Gist options
  • Save johndavid400/1226837 to your computer and use it in GitHub Desktop.
Save johndavid400/1226837 to your computer and use it in GitHub Desktop.
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title></title>
5 <%= stylesheet_link_tag :all %>
6 <%= javascript_include_tag :jquery, :defaults %>
7 <%= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" %>
8 <%= csrf_meta_tag %>
9 </head>
10 <body>
11
12 <%= yield %>
13
14 </body>
15 </html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment