20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
Plaintext
<head>
|
|
<title>Orbit Store - Module and Template Store for Ruling Orbit</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<link rel="icon" href="<%= asset_path 'favicon.ico' %>" type="image/x-icon">
|
|
<link rel="shortcut icon" href="<%= asset_path 'favicon.ico' %>" />
|
|
<%= stylesheet_link_tag "store_front/main", media: "screen", "data-turbolinks-track" => true %>
|
|
<%= javascript_include_tag "main", "data-turbolinks-track" => true %>
|
|
<!--[if lt IE 7]>
|
|
<%= stylesheet_link_tag "store_front/icon-ie7.min" %>
|
|
<![endif]-->
|
|
<%#= javascript_include_tag "require", "data-main" => "assets/javascript/main" %>
|
|
<%#= javascript_include_tag "require-config" %>
|
|
<!--[if lt IE 9]>
|
|
<%= javascript_include_tag "plugin/html5shiv" %>
|
|
<%= javascript_include_tag "plugin/response.min" %>
|
|
<![endif]-->
|
|
</head> |