-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
270 lines (258 loc) · 19.2 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>PPOO 导航站</title>
<link rel="apple-touch-icon-precomposed" href="ppoo.png" />
<meta name="msapplication-TileImage" content="ppoo.png" />
<link rel="shortcut icon" href="ppoo.png" />
<meta name="keywords" content="科技导航站, 中文导航站, 商业科技, 中文商业科技">
<meta name="description" content="ppoo.net 是一个专注于科技和商业领域的导航网站,汇集中文科技商业网站和英文科技商业科技网站。">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="full-screen" content="yes">
<!--UC强制全屏-->
<meta name="browsermode" content="application">
<!--UC应用模式-->
<meta name="x5-fullscreen" content="true">
<!--QQ强制全屏-->
<meta name="x5-page-mode" content="app">
<!--QQ应用模式-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" id="font-awesome-css" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css?ver=1.1422" type="text/css" media="all">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<script src="https://at.alicdn.com/t/font_1230786_ewprpwrczvj.js"></script>
<script src="sou.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MWXVYRRM4P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MWXVYRRM4P');
</script>
<link rel='stylesheet' href='style.css'>
</head>
<body>
<!--视频头部背景-->
<div class="banner-video">
<!--视频来自阿里云首页,有需要请自行更换-->
<!--<video autoplay loop muted>
<source src="https://cdn.jsdelivr.net/gh/5iux/uploads/pic/3840-banner.mp4" type="video/mp4">
</video>-->
<!--注释掉视频可换成图片版本-->
<img src="https://cn.bing.com//th?id=OHR.HuntsMesa_JA-JP3140979616_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp" alt="">
<div class="bottom-cover" style="background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(244 248 251 / 0.6) 50%, rgb(244 248 251) 100%);"></div>
</div>
<!--topbar开始-->
<style>
.navbar-toggler svg {
width: 24px;
height: 24px;
}
.navbar-toggler .bi-list-nested {
display: none;
}
.navbar-toggler.collapsed .bi-list-nested {
display: block;
}
.navbar-toggler.collapsed .bi-x {
display: none;
}
.navbar-toggler .bi-x {
display: block;
}
</style>
<nav class="navbar navbar-expand-lg navbar-light fixed-top" style="position: absolute; z-index: 10000;">
<a class="navbar-brand" href="https://ppoo.net"><img src="./ppoo.png" height="35" style=" margin-left: 40px;" alt=""></a>
<button class="navbar-toggler collapsed" style="border: none; outline: none;" type="button" data-toggle="collapse" data-target="#navbarsExample05" aria-controls="navbarsExample05" aria-expanded="false" aria-label="Toggle navigation">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="bi bi-list-nested" fill="currentColor" id="list-nested">
<path fill-rule="evenodd" d="M4.5 11.5A.5.5 0 015 11h10a.5.5 0 010 1H5a.5.5 0 01-.5-.5zm-2-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm-2-4A.5.5 0 011 3h10a.5.5 0 010 1H1a.5.5 0 01-.5-.5z"></path>
</svg><span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="bi bi-x" fill="currentColor" id="x">
<path fill-rule="evenodd" d="M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z"></path>
<path fill-rule="evenodd" d="M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z"></path>
</svg><span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample05">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="https://ai.com" target="_blant">ChatGPT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://google.com" target="_blant">Google</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://bing/chat" target="_blant">New Bing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://wikipedia.org" target="_blant">Wikipedia</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com" target="_blant">Github</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://kmlk.com" target="_blant">KMLK</a>
</li>
</ul>
<style>
#he-plugin-simple {
z-index: 1000;
}
</style>
<div id="he-plugin-simple"></div>
<script>
WIDGET = {
CONFIG: {
"modules": "01234",
"background": 5,
"tmpColor": "4A4A4A",
"tmpSize": 14,
"cityColor": "4A4A4A",
"citySize": 14,
"aqiSize": 14,
"weatherIconSize": 22,
"alertIconSize": 16,
"padding": "8px 8px 8px 8px",
"shadow": "1",
"language": "auto",
"borderRadius": 5,
"fixed": "false",
"vertical": "middle",
"horizontal": "center",
"key": "acd0fdcab4b9481a98d0f59145420fac"
}
}
</script>
<script src="https://widget.heweather.net/simple/static/js/he-simple-common.js?v=1.1"></script>
</div>
</nav>
<!--topbar结束-->
<div class="container" style="margin-top: 100px; position: relative; z-index: 100;">
<!--搜索开始-->
<div id="search" class="s-search">
<div id="search-list" class="hide-type-list">
<div class="search-group group-a s-current" style="padding-left: 20px">
<ul class="search-type">
<li><input checked="" hidden="" type="radio" name="type" id="type-startpage" value="https://startpage.com/search?q=" data-placeholder="StartPage"><label for="type-startpage"><span style="color:#2100E0">StartPage</span></label></li>
<li><input hidden="" type="radio" name="type" id="type-google" value="https://www.google.com/search?q=" data-placeholder="谷歌搜索"><label for="type-google"><span style="color:#3B83FA">G</span><span style="color:#F3442C">o</span><span style="color:#FFC300">o</span><span style="color:#4696F8">g</span><span style="color:#2CAB4E">l</span><span style="color:#F54231">e</span></label></li>
<li><input hidden="" type="radio" name="type" id="type-cupfox" value="https://www.bing.com/search?q=" data-placeholder="微软必应搜索"><label for="type-cupfox"><span style="color:#b1870b">Bing</span></label></li>
<li><input hidden="" type="radio" name="type" id="type-baidu" value="https://www.baidu.com/s?wd=" data-placeholder="百度一下"><label for="type-baidu"><span style="color:#ff5722">百度</span></label></li>
<li><input hidden="" type="radio" name="type" id="type-quan" value="https://duckduckgo.com/?q=" data-placeholder="DuckDuckGo"><label for="type-quan"><span style="color:#ff5722">DuckDuckGo</span></label></li>
</ul>
</div>
</div>
<form action="https://www.baidu.com/s?wd=" method="get" target="_blank" id="super-search-fm">
<input type="text" id="search-text" placeholder="百度一下" style="outline:0" autocomplete="off">
<button class="submit" type="submit"><svg style="width: 20px; height: 20px; margin:7px 0; color: #29f;" class="icon" aria-hidden="true">
<use xlink:href="#icon-sousuo"></use>
</svg><span></button>
<ul id="word" style="display: none;"></ul>
</form>
<div class="set-check hidden-xs">
<input type="checkbox" id="set-search-blank" class="bubble-3" autocomplete="off">
</div>
</div>
<!--搜索结束-->
<ul class="mylist row">
<!------>
<li class="title"><svg class="icon" aria-hidden="true">
<use xlink:href="#icon-remen"></use>
</svg> 常用网站</li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://www.google.com/" target="_blank"><svg class="icon" aria-hidden="true">
<use xlink:href="#icon-google"></use>
</svg><span>Google</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://www.bing.com/" target="_blank"><svg class="icon" aria-hidden="true">
<use xlink:href="#icon-bing"></use>
</svg><span>Bing</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://github.com/" target="_blank"><svg class="icon" aria-hidden="true">
<use xlink:href="#icon-github"></use>
</svg><span>Github</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://www.baidu.com" target="_blank"><svg class="icon" aria-hidden="true">
<use xlink:href="#icon-icon_baidulogo"></use>
</svg><span>百度</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://www.zhihu.com/" target="_blank"><svg class="icon" aria-hidden="true">
<use xlink:href="#icon-zhihu"></use>
</svg><span>知乎</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://duckduckgo.com/" target="_blank"><svg class="icon" aria-hidden="true">
<use xlink:href="#icon-duck"></use>
</svg><span>DuckDuckGo</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://translate.google.com.hk/?hl=zh-CN" target="_blank"><svg class="icon" aria-hidden="true">
<use xlink:href="#icon-fanyi"></use>
</svg><span>Google翻译</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://chaogpt.com" target="_blank"><svg class="icon" aria-hidden="true">
<use xlink:href="#icon-wangluo"></use>
</svg><span>ChaoGPT</span></a></li>
</ul>
<ul class="mylist row">
<!------>
<li class="title"><svg class="icon" aria-hidden="true">
<use xlink:href="#icon-sheji"></use>
</svg>中文商业科技新闻</li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://www.mittrchina.com/" target="_blank"><span>MIT 科技评论</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://solidot.org" target="_blank"><span>奇客资讯</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://huxiu.com" target="_blank"><span>虎嗅网</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://36kr.com/" target="_blank"><span>36氪</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://leiphone.com" target="_blank"><span>雷锋网</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://geekpark.net" target="_blank"><span>极客公园</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://tmtpost.com" target="_blank"><span>钛媒体</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://restofworld.org/" target="_blank"><span>RestofWorld</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://www.hbrtaiwan.com" target="_blank"><span>哈佛商业评论</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://ftchinese.com/" target="_blank"><span>FT中文网</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://cn.nikkei.com/" target="_blank"><span>日经中文网</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://technews.tw" target="_blank"><span>TechNews</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://bnext.com.tw" target="_blank"><span>數位時代</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://www.digitimes.com.tw/" target="_blank"><span>DigiTimes</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://www.ithome.com.tw/" target="_blank"><span>iTHome</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://chinese.engadget.com/" target="_blank"><span>瘾科技</span></a></li>
</ul>
<ul class="mylist row">
<li class="title"><svg class="icon" aria-hidden="true">
<use xlink:href="#icon-ai-tool"></use>
</svg>英文商业科技新闻</li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://www.theverge.com/" target="_blank"><span>The Verge</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://techcrunch.com/" target="_blank"><span>TechCrunch</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://thenextweb.com/" target="_blank"><span>The Nextweb</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="http://www.techradar.com/" target="_blank"><span>TechRadar</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://arstechnica.com/" target="_blank"><span>Arstechnica</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://www.cnet.com/" target="_blank"><span>CNET</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://mashable.com/" target="_blank"><span>Mashable</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://slashdot.org/" target="_blank"><span>Slashdot</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://www.visualcapitalist.com/" target="_blank"><span>VisualCapitalist</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://www.wired.com/" target="_blank"><span>Wired</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://www.technewsworld.com/" target="_blank"><span>TechNewsWorld</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://www.engadget.com/" target="_blank"><span>Engadget</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://www.technologyreview.com/" target="_blank"><span>MIT Review</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://www.techinasia.com" target="_blank"><span>TechAsia</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://venturebeat.com/" target="_blank"><span>VentureBeat</span></a></li>
<li class="col-3 col-sm-3 col-md-3 col-lg-1"><a rel="nofollow" href="https://gizmodo.com/" target="_blank"><span>Gizmodo</span></a></li>
</ul>
</div>
<!--版权信息开始-->
<p class="mt-5 mb-3 text-muted text-center">©2023 by <a href="https://ppoo.net">PPoo.net </a>. All rights reserved.</p>
<!--
日期:2021-08-02
版权所有,请勿删除
-->
<!--版权信息结束-->
<script>
eval(function(e, t, a, c, i, n) {
if (i = function(e) {
return (e < t ? "" : i(parseInt(e / t))) + (35 < (e %= t) ? String.fromCharCode(e + 29) : e.toString(36))
}, !"".replace(/^/, String)) {
for (; a--;) n[i(a)] = c[a] || i(a);
c = [function(e) {
return n[e]
}], i = function() {
return "\\w+"
}, a = 1
}
for (; a--;) c[a] && (e = e.replace(new RegExp("\\b" + i(a) + "\\b", "g"), c[a]));
return e
}('!2(){2 g(){h(),i(),j(),k()}2 h(){d.9=s()}2 i(){z a=4.8(\'A[B="7"][5="\'+p()+\'"]\');a&&(a.9=!0,l(a))}2 j(){v(u())}2 k(){w(t())}2 l(a){P(z b=0;b<e.O;b++)e[b].I.1c("s-M");a.F.F.F.I.V("s-M")}2 m(a,b){E.H.S("L"+a,b)}2 n(a){6 E.H.Y("L"+a)}2 o(a){f=a.3,v(u()),w(a.3.5),m("7",a.3.5),c.K(),l(a.3)}2 p(){z b=n("7");6 b||a[0].5}2 q(a){m("J",a.3.9?1:-1),x(a.3.9)}2 r(a){6 a.11(),""==c.5?(c.K(),!1):(w(t()+c.5),x(s()),s()?E.U(b.G,+T X):13.Z=b.G,10 0)}2 s(){z a=n("J");6 a?1==a:!0}2 t(){6 4.8(\'A[B="7"]:9\').5}2 u(){6 4.8(\'A[B="7"]:9\').W("14-N")}2 v(a){c.1e("N",a)}2 w(a){b.G=a}2 x(a){a?b.3="1a":b.16("3")}z y,a=4.R(\'A[B="7"]\'),b=4.8("#18-C-19"),c=4.8("#C-12"),d=4.8("#17-C-15"),e=4.R(".C-1b"),f=a[0];P(g(),y=0;y<a.O;y++)a[y].D("Q",o);d.D("Q",q),b.D("1d",r)}();', 62, 77, "||function|target|document|value|return|type|querySelector|checked||||||||||||||||||||||||||var|input|name|search|addEventListener|window|parentNode|action|localStorage|classList|newWindow|focus|superSearch|current|placeholder|length|for|change|querySelectorAll|setItem|new|open|add|getAttribute|Date|getItem|href|void|preventDefault|text|location|data|blank|removeAttribute|set|super|fm|_blank|group|remove|submit|setAttribute".split("|"), 0, {}));
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>