FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
WebStackPage.github.io/index.html at webstack-mod · AllenHongjun/WebStackPage.github.io · GitHub
AllenHongjun
/
WebStackPage.github.io
Public
forked from
WebStackPage/WebStackPage.github.io
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
WebStackPage.github.io
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
69 lines (60 loc) · 3.82 KB
Breadcrumbs
WebStackPage.github.io
/
index.html
Copy path
File metadata and controls
69 lines (60 loc) · 3.82 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<!DOCTYPE html
>
<
html
lang
="
zh
"
>
<
head
>
<
link
rel
="
shortcut icon
"
href
="
./assets/images/favicon.png
"
>
<
script
async
src
="
//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
"
>
</
script
>
<
script
>
(
adsbygoogle
=
window
.
adsbygoogle
||
[
]
)
.
push
(
{
google_ad_client
:
"ca-pub-8550836177608334"
,
enable_page_level_ads
:
true
}
)
;
</
script
>
<
meta
charset
="
UTF-8
"
>
<
title
>
WebStack.cc - 设计师网址导航
</
title
>
<
script
>
if
(
navigator
.
appName
==
"Netscape"
)
{
var
language
=
navigator
.
language
;
}
else
{
var
language
=
navigator
.
browserLanguage
;
}
if
(
language
.
indexOf
(
"en"
)
>
-
1
)
{
document
.
location
.
href
=
"en/index.html"
;
}
else
if
(
language
.
indexOf
(
"zh"
)
>
-
1
)
{
document
.
location
.
href
=
"cn/index.html"
;
}
else
{
document
.
location
.
href
=
"en/index.html"
;
}
</
script
>
<
meta
charset
="
utf-8
"
>
<
meta
http-equiv
="
X-UA-Compatible
"
content
="
IE=edge
"
>
<
meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1.0
"
/>
<
meta
name
="
author
"
content
="
viggo
"
/>
<
title
>
WebStack.cc - Collection of resources and tools for Designers
</
title
>
<
meta
name
="
keywords
"
content
="
UI设计,UI设计素材,设计导航,网址导航,设计资源,创意导航,创意网站导航,设计师网址大全,设计素材大全,设计师导航,UI设计资源,优秀UI设计欣赏,设计师导航,设计师网址大全,设计师网址导航,产品经理网址导航,UX师网址导航,www.webstack.cc
"
>
<
meta
name
="
description
"
content
="
WebStack - 收集国内外优秀设计网站、UI设计资源网站、灵感创意网站、Resources网站,定时更新分享优质产品设计书签。www.webstack.cc
"
>
<!-- / FB Open Graph -->
<
meta
property
="
og:type
"
content
="
article
"
>
<
meta
property
="
og:url
"
content
="
http://www.webstack.cc/
"
>
<
meta
property
="
og:title
"
content
="
WebStack - 收集国内外优秀设计网站、UI设计资源网站、灵感创意网站、Resources网站,定时更新分享优质产品设计书签。www.webstack.cc
"
>
<
meta
property
="
og:description
"
content
="
UI设计,UI设计素材,设计导航,网址导航,设计资源,创意导航,创意网站导航,设计师网址大全,设计素材大全,设计师导航,UI设计资源,优秀UI设计欣赏,设计师导航,设计师网址大全,设计师网址导航,产品经理网址导航,UX师网址导航,www.webstack.cc
"
>
<
meta
property
="
og:image
"
content
="
http://www.webstack.cc/assets/images/webstack_banner_cn.png
"
>
<
meta
property
="
og:site_name
"
content
="
WebStack - 收集国内外优秀设计网站、UI设计资源网站、灵感创意网站、Resources网站,定时更新分享优质产品设计书签。www.webstack.cc
"
>
<!-- / Twitter Cards -->
<
meta
name
="
twitter:card
"
content
="
summary_large_image
"
>
<
meta
name
="
twitter:title
"
content
="
WebStack - 收集国内外优秀设计网站、UI设计资源网站、灵感创意网站、Resources网站,定时更新分享优质产品设计书签。www.webstack.cc
"
>
<
meta
name
="
twitter:description
"
content
="
UI设计,UI设计素材,设计导航,网址导航,设计资源,创意导航,创意网站导航,设计师网址大全,设计素材大全,设计师导航,UI设计资源,优秀UI设计欣赏,设计师导航,设计师网址大全,设计师网址导航,产品经理网址导航,UX师网址导航,www.webstack.cc
"
>
<
meta
name
="
twitter:image
"
content
="
http://www.webstack.cc/assets/images/webstack_banner_cn.png
"
>
</
head
>
<
body
>
<!-- Global site tag (gtag.js) - Google Analytics -->
<
script
async
src
="
https://www.googletagmanager.com/gtag/js?id=UA-111463289-1
"
>
</
script
>
<
script
>
window
.
dataLayer
=
window
.
dataLayer
||
[
]
;
function
gtag
(
)
{
dataLayer
.
push
(
arguments
)
;
}
gtag
(
'js'
,
new
Date
(
)
)
;
gtag
(
'config'
,
'UA-111463289-1'
)
;
</
script
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL