Skip to content

Instantly share code, notes, and snippets.

@JakubOboza
Created March 4, 2011 19:02
Show Gist options
  • Save JakubOboza/855494 to your computer and use it in GitHub Desktop.
Save JakubOboza/855494 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Gib moneyz!</title>
<%= csrf_meta_tag %>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<%= stylesheet_link_tag "reset.css", "960.css", "application.css" %>
<%= javascript_include_tag "jquery-1.5.1.min", "application" %>
</head>
<body>
<div class="container_12">
<div class="grid_8 alpha omega prefix_2 suffix_2 panel">
<%= yield %>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment