15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<!--[if lt IE 9]>
|
||
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||
|
<![endif]-->
|
||
|
<%= stylesheet_link_tag "widget" %>
|
||
|
<%= javascript_include_tag "widget" %>
|
||
|
<%= csrf_meta_tag %>
|
||
|
</head>
|
||
|
<body>
|
||
|
<%= yield %>
|
||
|
</body>
|
||
|
</html>
|