Skip to content

Instantly share code, notes, and snippets.

@vs0uz4
Created April 1, 2013 03:24
Show Gist options
  • Save vs0uz4/5283090 to your computer and use it in GitHub Desktop.
Save vs0uz4/5283090 to your computer and use it in GitHub Desktop.
Application Layout for Wininfo
<!DOCTYPE html>
<html>
<head>
<title>Wininfo</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment