comparison app/views/main.html @ 0:e45bf6020b0d draft

add play files
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 18 Sep 2012 04:36:47 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e45bf6020b0d
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5 <title>#{get 'title' /}</title>
6 <meta charset="${_response_encoding}">
7 <link rel="stylesheet" media="screen" href="@{'/public/stylesheets/main.css'}">
8 #{get 'moreStyles' /}
9 <link rel="shortcut icon" type="image/png" href="@{'/public/images/favicon.png'}">
10 <script src="@{'/public/javascripts/jquery-1.6.4.min.js'}" type="text/javascript" charset="${_response_encoding}"></script>
11 #{get 'moreScripts' /}
12 </head>
13 <body>
14 #{doLayout /}
15 </body>
16 </html>