-
Notifications
You must be signed in to change notification settings - Fork 0
/
NavPage.html
73 lines (67 loc) · 2.79 KB
/
NavPage.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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>但为君故锁清秋</title>
<link rel="icon" href="http://cdn.rumorsame.top/img/liteLogo.png"/>
<link rel="stylesheet" type="text/css" href="css/NavPage.css?0409" />
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<link rel="stylesheet" href="./css/base.css?0410" />
<script type="text/javascript">
if (/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) {
window.location.href = "http://rumorsame.top/Ban.html";
}
</script>
</head>
<body onload="change(1)">
<div class="alter">
<p><strong>通知:</strong><br>开发新项目中,本网站<strong>不再更新</strong><br> 2020.04.09 <br>By n0T_ </p>
</div>
<div class="headerBox">
<div id="top">
<div id="topLogo"><img src="http://cdn.rumorsame.top/img/logo.png" alt="但为君故锁清秋"></div>
</div>
</div>
<div class="reHeaderBox-1"></div>
<div class="reHeaderBox-2"></div>
<div class="mainBox">
<div id="searchBox">
<input type="text" name="search" id="search" value="" placeholder="回车以搜索" autofocus />
<button type="button" id="search-btn" style="display: none;" onclick="sbaidu()">
</button>
<div id="mutilSearchEngine">
<ul>切换引擎:
<li id="selibaidu" class="active" onclick="change(1)">百度</li>
<li id="seligoogle" class="active" onclick="change(2)">Google</li>
<li id="selijd" class="active" onclick="change(3)">京东</li>
<li id="seliamazon" class="active" onclick="change(4)">Amazon</li>
<li id="selibili" class="active" onclick="change(5)">B站</li>
<li id="seliyoutube" class="active" onclick="change(6)">YouTube</li>
<li id="selialiicon" class="active" onclick="change(7)">阿里矢量图标库</li>
<li id="seligithub" class="active" onclick="change(8)">GitHub</li>
</ul>
</div>
</div>
<div id="poemsBox">
<p class="shici" id="jinrishici-sentence" style="display: inline-block;">》缅怀英雄 共悼逝者《</p>
<!-- -->
</div>
<div id="navBox"></div>
</div>
<div class="bottomBox" style="position: absolute;">
<div id="webInfo">
<br>
©2020
<a href="http://rumorsame.top">但为君故锁清秋</a>
<br>
<a href="http://www.beian.miit.gov.cn">鲁ICP备20000951-1号</a>
<br>
</div>
</div>
</body>
<script src="https://sdk.jinrishici.com/v2/browser/jinrishici.js" charset="utf-8"></script>
<script src="js/nav-key13.js" type="text/javascript" charset="utf-8"></script>
<script src="js/nav-meSearch.js?200327" type="text/javascript" charset="utf-8"></script>
</html>