- Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathindex.html
79 lines (69 loc) · 4.12 KB
/
index.html
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<htmllang="zh">
<head>
<linkrel="shortcut icon" href="./assets/images/favicon.png">
<scriptasyncsrc="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
var_hmt=_hmt||[];
(function(){
varhm=document.createElement("script");
hm.src="https://hm.baidu.com/hm.js?c05bb16ea908292af9f6c513087a1cc3";
vars=document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm,s);
})();
</script>
<script>
(adsbygoogle=window.adsbygoogle||[]).push({
google_ad_client: "ca-pub-8550836177608334",
enable_page_level_ads: true
});
</script>
<metacharset="UTF-8">
<title>WebStack.cc - 设计师网址导航</title>
<script>
if(navigator.appName=="Netscape"){
varlanguage=navigator.language;
}else{
varlanguage=navigator.browserLanguage;
}
if(language.indexOf("en")>-1){
document.location.href="en/index.html";
}elseif(language.indexOf("zh")>-1){
document.location.href="cn/index.html";
}else{
document.location.href="en/index.html";
}
</script>
<metacharset="utf-8">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<metaname="viewport" content="width=device-width, initial-scale=1.0" />
<metaname="author" content="viggo" />
<title>WebStack.cc - Collection of resources and tools for Designers</title>
<metaname="keywords" content="UI设计,UI设计素材,设计导航,网址导航,设计资源,创意导航,创意网站导航,设计师网址大全,设计素材大全,设计师导航,UI设计资源,优秀UI设计欣赏,设计师导航,设计师网址大全,设计师网址导航,产品经理网址导航,UX师网址导航,www.webstack.cc">
<metaname="description" content="WebStack - 收集国内外优秀设计网站、UI设计资源网站、灵感创意网站、Resources网站,定时更新分享优质产品设计书签。www.webstack.cc">
<!-- / FB Open Graph -->
<metaproperty="og:type" content="article">
<metaproperty="og:url" content="http://www.webstack.cc/">
<metaproperty="og:title" content="WebStack - 收集国内外优秀设计网站、UI设计资源网站、灵感创意网站、Resources网站,定时更新分享优质产品设计书签。www.webstack.cc">
<metaproperty="og:description" content="UI设计,UI设计素材,设计导航,网址导航,设计资源,创意导航,创意网站导航,设计师网址大全,设计素材大全,设计师导航,UI设计资源,优秀UI设计欣赏,设计师导航,设计师网址大全,设计师网址导航,产品经理网址导航,UX师网址导航,www.webstack.cc">
<metaproperty="og:image" content="http://www.webstack.cc/assets/images/webstack_banner_cn.png">
<metaproperty="og:site_name" content="WebStack - 收集国内外优秀设计网站、UI设计资源网站、灵感创意网站、Resources网站,定时更新分享优质产品设计书签。www.webstack.cc">
<!-- / Twitter Cards -->
<metaname="twitter:card" content="summary_large_image">
<metaname="twitter:title" content="WebStack - 收集国内外优秀设计网站、UI设计资源网站、灵感创意网站、Resources网站,定时更新分享优质产品设计书签。www.webstack.cc">
<metaname="twitter:description" content="UI设计,UI设计素材,设计导航,网址导航,设计资源,创意导航,创意网站导航,设计师网址大全,设计素材大全,设计师导航,UI设计资源,优秀UI设计欣赏,设计师导航,设计师网址大全,设计师网址导航,产品经理网址导航,UX师网址导航,www.webstack.cc">
<metaname="twitter:image" content="http://www.webstack.cc/assets/images/webstack_banner_cn.png">
</head>
<body>
<!-- Global site tag (gtag.js) - Google Analytics -->
<scriptasyncsrc="https://www.googletagmanager.com/gtag/js?id=UA-111463289-1"></script>
<script>
window.dataLayer=window.dataLayer||[];
functiongtag(){
dataLayer.push(arguments);
}
gtag('js',newDate());
gtag('config','UA-111463289-1');
</script>
</body>
</html>