-
Notifications
You must be signed in to change notification settings - Fork 34
/
index.ejs
92 lines (86 loc) · 4.98 KB
/
index.ejs
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
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>倾城之链 | NICE LINKS</title>
<meta name="description" content="倾城之链,作为一个开放平台,旨在云集全球优秀网站,探索互联网中更广阔的世界;在这里,你可以轻松发现、学习、分享更多有用或有趣的事物。" />
<meta name="keywords" content="网站, 应用, 导航, 分享, 有趣, 学习, 网址导航, 网址大全, 免费资源, 最新网址, 上网导航, 国外网站, 网站优化, 资源分享, 视频下载, 实用软件, 科技网站, 学习强国, 分享赚钱, 睡后收入, 被动收入" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="home" href="https://nicelinks.site/" />
<meta name="viewport" content="user-scalable=yes,width=device-width,initial-scale=1,maximum-scale=3">
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@nicejadeyang" />
<meta name="twitter:title" content="倾城之链 | NICE LINKS" />
<meta name="twitter:description" content="倾城之链,作为一个开放平台,旨在云集全球优秀网站,探索互联网中更广阔的世界;在这里,你可以轻松发现、学习、分享更多有用或有趣的事物。" />
<meta name="twitter:image" content="https://static.nicelinks.site/static/img/favicons/favicon.png" />
<link rel="preconnect" href="https://static.nicelinks.site" crossorigin>
<link rel="dns-prefetch" href="https://static.nicelinks.site">
<link rel="preconnect" href="https://image.nicelinks.site" crossorigin>
<link rel="dns-prefetch" href="https://image.nicelinks.site">
<link rel="preconnect" href="https://oss.nicelinks.site" crossorigin>
<link rel="dns-prefetch" href="https://oss.nicelinks.site">
<link rel="dns-prefetch" href="https://comment.nicelinks.site">
<link rel="dns-prefetch" href="https://pagead2.googlesyndication.com">
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<script data-ad-client="ca-pub-8586652723015758" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<% if (htmlWebpackPlugin.options.env !== 'development') { %>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L1T4772VPY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L1T4772VPY');
gtag('config', 'AW-11385088411');
if (location.href.indexOf('google_ads') > -1) {
window.IS_FROM_GOOGLE_ADS = true
}
function gtag_report_conversion(url) {
var callback = function () {
if (typeof(url) != 'undefined') {
window.location = url;
}
};
gtag('event', 'conversion', {
'send_to': 'AW-11385088411/8Y-PCKrJn-8YEJvT6rQq',
'event_callback': callback
});
return false;
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics End-->
<link rel="apple-touch-icon" sizes="180x180" href="/static/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/img/favicons/favicon-16x16.png">
<!--[if IE]><link rel="shortcut icon" href="/static/img/favicons/favicon.ico"><![endif]-->
<link rel="manifest" href="/static/manifest.json">
<link rel="mask-icon" href="/static/img/favicons/safari-pinned-tab.svg" color="#27a0cf">
<meta name="theme-color" content="#ffffff">
<% for (var chunk of webpack.chunks) {
for (var file of chunk.files) {
if (file.match(/\.(css)$/)) { %>
<link rel="<%= chunk.initial ? 'preload' : 'prefetch' %>" href="<%= htmlWebpackPlugin.files.publicPath + file %>" as="<%= file.match(/\.css$/)?'style':'script' %>">
<% }}} %>
<% } %>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "ksgtwkg7t0");
</script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<script src="<%= webpackConfig.output.publicPath %>static/js/vendor.dll.js?v=20230311"></script>
<!--[if lt IE 9]>
<script async src="<%= webpackConfig.output.publicPath %>static/js/browsermodal.js"></script>
<![endif]-->
<!-- Todo: only include in production -->
<%= htmlWebpackPlugin.options.serviceWorkerLoader %>
<!-- built files will be auto injected -->
</script>
</body>
</html>