Merge branch 'gem'
[fuzed.git] / helloworld / app / views / layouts / application.rhtml
blob0a083ba3e61f9a996b3bd963903b23fccda134ce
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3   <head>
4   <title>Kronos</title>
5   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
6   <link rel="stylesheet" href="/stylesheets/application.css" type="text/css" media="screen" charset="utf-8">
7   <%= javascript_include_tag 'prototype', 'effects' %>
8   </head>
9   <body>
10     <%= yield %>
11   </body>
12 </html>