summaryrefslogtreecommitdiff
path: root/app/views/layouts/application.html.erb
blob: ce68ec8806a89d3fcfa14fd0c267246f052e9754 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
  <title>LeapWeb</title>
  <%= stylesheet_link_tag    "application", :media => "all" %>
  <%= javascript_include_tag "application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>