Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
moyexingchen authored Jan 15, 2024
1 parent 1ade059 commit ddae0b9
Showing 1 changed file with 11 additions and 35 deletions.
46 changes: 11 additions & 35 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,8 @@
<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>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?c05bb16ea908292af9f6c513087a1cc3";
var s = 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> -->
<meta charset="UTF-8">
<title>墨夜星辰 - 优质资源网址导航</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 = "cn/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" />
Expand All @@ -59,6 +24,17 @@
<meta name="twitter:title" content="墨夜星辰 - 收集国内外优秀设计网站、UI设计资源网站、灵感创意网站、Resources网站,定时更新分享优质产品设计书签。">
<meta name="twitter:description" content="UI设计,UI设计素材,设计导航,网址导航,设计资源,创意导航,创意网站导航,设计师网址大全,设计素材大全,设计师导航,UI设计资源,优秀UI设计欣赏,设计师导航,设计师网址大全,设计师网址导航,产品经理网址导航,UX师网址导航">
<meta name="twitter:image" content="https://moyexingchen.github.io/assets/images/webstack_banner_cn.png">
<link rel="shortcut icon" href="./assets/images/favicon.png">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KVJTMSX3');</script>
<!-- End Google Tag Manager -->
<script>
document.location.href = "cn/index.html";
</script>
</head>

<body>
Expand Down

0 comments on commit ddae0b9

Please sign in to comment.