Created
March 4, 2011 19:02
-
-
Save JakubOboza/855494 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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