comparison app/views/layouts/application.html.erb @ 0:4aa8194a1733

Initial.
author Edho Arief <edho@myconan.net>
date Sun, 26 Aug 2012 10:58:26 -0700
parents
children faf30647205e
comparison
equal deleted inserted replaced
-1:000000000000 0:4aa8194a1733
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Zeropaste</title>
5 <%= stylesheet_link_tag "application", :media => "all" %>
6 <%= javascript_include_tag "application" %>
7 <%= csrf_meta_tags %>
8 </head>
9 <body>
10
11 <%= yield %>
12
13 </body>
14 </html>