Showing
1 changed file
with
31 additions
and
31 deletions
1 | -<!DOCTYPE html> | ||
2 | -<html> | ||
3 | -<head> | ||
4 | - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
5 | - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
6 | - <meta http-equiv="Cache-Control" content="no-siteapp" /> | ||
7 | - <meta name="renderer" content="webkit"> | ||
8 | - <meta name="keywords" content="{{keywords}}"> | ||
9 | - <meta name="description" content="{{description}}"> | ||
10 | - <title>{{title}}</title> | ||
11 | - <link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
12 | - <link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
13 | - <link rel="dns-prefetch" href="//img10.static.yhbimg.com"> | ||
14 | - <link rel="dns-prefetch" href="//img11.static.yhbimg.com"> | ||
15 | - <link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
16 | - <link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
17 | -{{#if rlsEnv}} | ||
18 | - <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css"> | ||
19 | -{{/if}} | ||
20 | -{{#if preEnv}} | ||
21 | - <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css"> | ||
22 | -{{/if}} | ||
23 | -{{#if testEnv}} | ||
24 | - <link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index.css"> | ||
25 | -{{/if}} | ||
26 | -{{#if devEnv}} | ||
27 | - <link rel="stylesheet" href="http://webstatic.dev.yohobuy.com/css/index.css"> | ||
28 | -{{/if}} | ||
29 | -</head> | ||
30 | -<body> | ||
31 | - {{> layout/page-header}} | 1 | +<!DOCTYPE html> |
2 | +<html> | ||
3 | +<head> | ||
4 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
5 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
6 | + <meta http-equiv="Cache-Control" content="no-siteapp" /> | ||
7 | + <meta name="renderer" content="webkit"> | ||
8 | + <meta name="keywords" content="{{keywords}}"> | ||
9 | + <meta name="description" content="{{description}}"> | ||
10 | + <title>{{title}}</title> | ||
11 | + <link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
12 | + <link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
13 | + <link rel="dns-prefetch" href="//img10.static.yhbimg.com"> | ||
14 | + <link rel="dns-prefetch" href="//img11.static.yhbimg.com"> | ||
15 | + <link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
16 | + <link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
17 | +{{#if rlsEnv}} | ||
18 | + <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css"> | ||
19 | +{{/if}} | ||
20 | +{{#if preEnv}} | ||
21 | + <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css"> | ||
22 | +{{/if}} | ||
23 | +{{#if testEnv}} | ||
24 | + <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css"> | ||
25 | +{{/if}} | ||
26 | +{{#if devEnv}} | ||
27 | + <link rel="stylesheet" href="http://webstatic.dev.yohobuy.com/css/index.css"> | ||
28 | +{{/if}} | ||
29 | +</head> | ||
30 | +<body> | ||
31 | + {{> layout/page-header}} | ||
32 | {{> layout/simple-header}} | 32 | {{> layout/simple-header}} |
-
Please register or login to post a comment