This repository has been archived on 2021-07-13. You can view files and clone it, but cannot push or open issues or pull requests.
feedfu/app/views/layouts/application.html.erb
2012-04-07 18:38:16 +02:00

15 lines
233 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>FeedFu</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
</body>
</html>