writer_header320.html
2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<meta http-equiv="Cache-Control" content="no-siteapp"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"/>
<meta content="yes" name="apple-mobile-web-app-capable"/>
<meta content="telephone=no" name="format-detection"/>
<meta content="black" name="apple-mobile-web-app-status-bar-style"/>
<title>{{title}}</title>
<meta name="keywords" content="{{keywords}}"/>
<meta name="description" content="{{description}}"/>
<meta name="author" content="yohogirls.com"/>
<meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY"/>
<meta name="renderer" content="webkit"/>
<meta property="wb:webmaster" content="5ffc4cd75e724a17"/>
{{# isDetail}}
<meta property="fb:app_id" content="{{app_id}}"/>
<meta property="og:site_name" content="{{site_name}}"/>
<meta property="og:title" content="{{title}}"/>
<meta property="og:type" content="{{type}}"/>
<meta property="og:url" content="{{url}}"/>
<meta property="og:image" content="{{image}}"/>
<meta property="og:description" content="{{description}}"/>
{{/ isDetail}}
<link rel="dns-prefetch" href="//cdn.yoho.cn"/>
<link rel="dns-prefetch" href="//rescdn.yohoboys.com"/>
<link rel="dns-prefetch" href="//img01.yohoboys.com"/>
<link rel="dns-prefetch" href="//img02.yohoboys.com"/>
<link rel="dns-prefetch" href="//video.yohoboys.com"/>
{{> common/environment320_css}}
<script type="text/javascript">if(window.location.href.indexOf(".html")!==-1){var ua=navigator.userAgent;var ipad=ua.match(/(iPad).*OS\s([\d_]+)/),isIphone=!ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid=ua.match(/(Android)\s+([\d.]+)/),isPc=!ipad&&!isIphone&&!isAndroid;if(isPc){window.location.href=window.location.href.replace("mobile","index");}}</script>
</head>
<body id="{{channel}}">
<div id="mobile-wrap">
{{> common/downloadapp320}}
<!--header-->
<header class="girl-header">
<span class="header-logo">YOHO!GIRLS</span>
<a class="header-back" href="{{httpref}}"></a>
<span class="header-share">share</span>
<a class="header-search" href="/search" onclick="YOHODCLICK('search','mobile','searchCN')">search</a>
</header>