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