-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (74 loc) · 3.9 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
<!DOCTYPE html>
<html>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?c275d134fdf15dd926b075cfd9caf630";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<head>
<meta charset="utf-8">
<title>黑客搜安全导航</title>
<link href="/img/favicon.png" rel="shortcut icon" type="image/x-icon"/>
<meta content="width=device-width, initial-scale=0.5" name="viewport" />
<link href="css/reset.css" rel="stylesheet" />
<link href="css/index.css" rel="stylesheet" />
</head>
<body>
<!-- 导航 -->
<header>
<div class="topBar war" id="topBar">
<!-- 搜索 -->
<form method="get" name="f" onsubmit="return s4()">
<img class="logo" src="/img/favicon.png">
<!-- <input type="text" name="k" placeholder="百度:搜索些什么..." size="28" onmouseover="this.focus()" onfocus="this.select()"> -->
<!-- <input type="submit" value="搜索"> -->
</form>
<div class="search-hd">
<form action="https://www.google.com" id="searchForm" method="get" target="_blank">
<div class="search-status">
<div class="search-select">
<input autocomplete="off" class="search-val" id="keywords" name="wd" placeholder="请输入您要查询的内容" type="text" value=""/>
<ul class="options">
<li><a href="https://www.zhihu.com/search?type=content&q=">知乎</a></li>
<li><a href="https://s.weibo.com/">微博</a></li>
<li><a href="https://weixin.sogou.com/">微信</a></li>
<li><a href="https://www.v2ex.com/">V2EX</a></li>
</ul>
</div>
</div>
<input id="sType" name="type" type="hidden" value='project'/><a class="search-hd-btn" href="javascript:;"><i class="iconfont icon-search"></i></a>
</form>
</div>
<!-- 导航 -->
<nav class="nav" id="nav"></nav>
</div>
</header>
<!-- 内容 -->
<div class="content" id="content"></div>
<!-- 版本 -->
<footer id="footer">
<div class="footer_war war">
<!-- <div class="message">You are very much ON TIME, and in your TIME ZONE Destiny set up for you!</br>内容链接或建议请联系 hakcerso@hackerso.com</br></div>-->
<div class="message" id="jnkc">
<script>setInterval("jnkc.innerHTML=new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt(new Date().getDay());",1000);</script>
</div>
<div class="declare">Copyright © 2019-2020 <a href="https://beian.miit.gov.cn/" target="_blank">豫ICP备20013132号 </a></div>
<!-- 访问统计-->
<div class="message" id="jnkse">
<!-- <script type="text/javascript">document.write(unescape("%3Cspan id='cnzz_stat_icon_1272962950'%3E%3C/span%3E%3Cscript src='https://s13.cnzz.com/z_stat.php%3Fid%3D1272962950%26online%3D1%26show%3Dline' type='text/javascript'%3E%3C/script%3E"));</script>-->
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1272962950'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s13.cnzz.com/z_stat.php%3Fid%3D1272962950%26online%3D1%26show%3Dline' type='text/javascript'%3E%3C/script%3E"));</script>
</div>
</div>
</footer>
<!-- 提交 -->
<aside id="backTop"><div class="Tip"><a href="https://wj.qq.com/s2/5723710/f048/" target="_blank">提交</a></div></aside>
<script src="js/jquery.js" type="text/javascript" ></script>
<script src="js/index.js" type="text/javascript" ></script>
<script src="js/data.js" type="text/javascript" ></script>
<!-- <iframe border="0" frameborder="no" height=0 marginheight="0" marginwidth="0" src="http://m10.music.126.net/20190810175701/ba77f1dfdf0ac67cdf4aa41d4853c79d/ymusic/5281/670a/58f1/6b99bf0ff8a323a5271102b4253aa270.mp3" width=0></iframe>-->
</body>
</html>