Skip to content

Instantly share code, notes, and snippets.

@piotrjaworski
Created August 11, 2016 09:53
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 piotrjaworski/89e6ca072023ece0a5c482990182972e to your computer and use it in GitHub Desktop.
Save piotrjaworski/89e6ca072023ece0a5c482990182972e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>ReactExample</title>
<%= csrf_meta_tags %>
<%= stylesheet_link_tag 'application', media: 'all' %>
<%= javascript_include_tag 'application' %>
</head>
<body>
<%= yield %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment