Skip to content

Instantly share code, notes, and snippets.

@Cannibook
Created July 8, 2010 05:19
Show Gist options
  • Save Cannibook/467668 to your computer and use it in GitHub Desktop.
Save Cannibook/467668 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- meta -->
<meta http-equiv="Content-type" content="text/html;charset=utf-8" />
<meta name="description" content="" />
<meta name="KEYWORDS" content="" />
<meta name="Copyright" content="Cannibook" />
<meta name="Language" content="English" />
<!-- css -->
<%= stylesheet_link_tag 'main', :media => 'screen, projector' %>
<%= stylesheet_link_tag 'jquery-ui', :media => 'screen' %>
<%= stylesheet_link_tag 'print', :media => 'print' %>
<!--[if lte IE7]>
<%= stylesheet_link_tag 'ie', :media => 'screen, projector' %>
<%= stylesheet_link_tag 'ie-print', :media => 'print' %>
<![endif]-->
<!-- js -->
<%= javascript_include_tag 'jquery-1.4.2.min' %>
<%= javascript_include_tag 'jquery-ui.min.js' %>
<%= javascript_include_tag 'application' %>
<script type="text/javascript">
</script>
<!-- favicon -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" type="image/ico" href="/favicon.ico">
<!-- title -->
<title><%= title_for_layout %></title>
</head>
<body>
<%= yield %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment