|
|
@@ -9,6 +9,14 @@
|
|
|
<title>商城</title>
|
|
|
<!-- Set render engine for 360 browser -->
|
|
|
<meta name="renderer" content="webkit">
|
|
|
+ <!-- Add to homescreen for Safari on iOS -->
|
|
|
+ <meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
+ <meta name="apple-mobile-web-app-title" content="茶马古窖"/>
|
|
|
+ <meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
+ <meta name="msapplication-TileImage" content="__CDN__/assets/shop/img/index/logo.png">
|
|
|
+ <link rel="apple-touch-icon-precomposed" href="__CDN__/assets/shop/img/index/logo.png">
|
|
|
+ <!-- Tile icon for Win8 (144x144 + tile color) -->
|
|
|
+ <meta name="msapplication-TileColor" content="#0e90d2">
|
|
|
<link rel="stylesheet" href="__CDN__/assets/shop/css/normalize.css" />
|
|
|
<link rel="stylesheet" href="__CDN__/assets/shop/css/amazeui.css">
|
|
|
<link rel="stylesheet" href="__CDN__/assets/shop/css/app.css">
|