mirror of
https://github.com/WebStackPage/WebStackPage.github.io.git
synced 2026-02-06 11:53:17 +08:00
116 lines
4.6 KiB
HTML
116 lines
4.6 KiB
HTML
<!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>
|
|
</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>
|
|
<!-- example -->
|
|
<!-- <h4 class="text-gray"><i class="linecons-tag" style="margin-right: 7px;" id="example"></i>example</h4>
|
|
<div class="row">
|
|
<div class="col-sm-3">
|
|
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('websiteUrl', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="websiteUrl">
|
|
<div class="xe-comment-entry">
|
|
<a class="xe-user-img">
|
|
<img src="../assets/images/logos/default.png" class="img-circle" width="40">
|
|
</a>
|
|
<div class="xe-comment">
|
|
<a href="#" class="xe-user-name overflowClip_1">
|
|
<strong>websiteNameHere</strong>
|
|
</a>
|
|
<p class="overflowClip_2">websiteInfoHere</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-3">
|
|
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('websiteUrl', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="websiteUrl">
|
|
<div class="xe-comment-entry">
|
|
<a class="xe-user-img">
|
|
<img src="../assets/images/logos/default.png" class="img-circle" width="40">
|
|
</a>
|
|
<div class="xe-comment">
|
|
<a href="#" class="xe-user-name overflowClip_1">
|
|
<strong>websiteNameHere</strong>
|
|
</a>
|
|
<p class="overflowClip_2">websiteInfoHere</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-3">
|
|
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('websiteUrl', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="websiteUrl">
|
|
<div class="xe-comment-entry">
|
|
<a class="xe-user-img">
|
|
<img src="../assets/images/logos/default.png" class="img-circle" width="40">
|
|
</a>
|
|
<div class="xe-comment">
|
|
<a href="#" class="xe-user-name overflowClip_1">
|
|
<strong>websiteNameHere</strong>
|
|
</a>
|
|
<p class="overflowClip_2">websiteInfoHere</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-3">
|
|
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('websiteUrl', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="websiteUrl">
|
|
<div class="xe-comment-entry">
|
|
<a class="xe-user-img">
|
|
<img src="../assets/images/logos/default.png" class="img-circle" width="40">
|
|
</a>
|
|
<div class="xe-comment">
|
|
<a href="#" class="xe-user-name overflowClip_1">
|
|
<strong>websiteNameHere</strong>
|
|
</a>
|
|
<p class="overflowClip_2">websiteInfoHere</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<br /> -->
|
|
<!--END example -->
|
|
</body>
|
|
|
|
</html>
|