|
|
|
|
@ -6,6 +6,16 @@
|
|
|
|
|
|
|
|
|
|
<%= stylesheet_link_tag "application" %>
|
|
|
|
|
|
|
|
|
|
<meta name="HandheldFriendly" content="True" />
|
|
|
|
|
<meta name="MobileOptimized" content="320" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="<%= image_path("favicon.ico") %>" type="image/x-icon">
|
|
|
|
|
<link rel="icon" href="<%= image_path("favicon.ico") %>" type="image/x-icon">
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="//use.typekit.net/apr3jjs.js"></script>
|
|
|
|
|
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
|
|
|
|
</head>
|
|
|
|
|
|