first issue
[blog3.git] / app / views / layouts / application.html.erb
blob6ba455b0858bae30dec7ba95d57cb5251de369e7
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <title>Blog3</title>
5   <%= stylesheet_link_tag    "application", :media => "all" %>
6   <%= javascript_include_tag "application" %>
7   <%= csrf_meta_tags %>
8 </head>
9 <body>
11 <%= yield %>
13 </body>
14 </html>