OSDN Git Service

途中経過
[praisedb/praisedb.git] / app / views / layouts / base.html.erb
1 <html>
2 <head>
3   <meta http-equiv="content-type" content="text/html; charset=utf-8">
4   <%= stylesheet_link_tag "base" %>  
5   <%= yield :head %>
6 </head>
7 <body>
8   <%= yield %>
9 </body>
10 </html>