2013-03-12 07:23:38 +00:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2013-03-13 07:49:20 +00:00
|
|
|
<title>Oops!</title>
|
|
|
|
<%= stylesheet_link_tag "desktop/desktop-compatibility" %>
|
2013-03-12 07:23:38 +00:00
|
|
|
<%= yield :page_specific_css %>
|
|
|
|
<%= csrf_meta_tag %>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<%= yield %>
|
|
|
|
</body>
|
|
|
|
</html>
|