-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·59 lines (58 loc) · 2.62 KB
/
Copy pathindex.html
File metadata and controls
executable file
·59 lines (58 loc) · 2.62 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>网址导航</title>
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=0.5" />
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/index.css" />
</head>
<body>
<!-- 导航 -->
<header>
<div id="topBar" class="topBar war">
<!-- 搜索 -->
<form name="f" onsubmit="return s4()" method="get">
<img class="logo" src="images/favicon.png">
<!-- <input type="text" name="k" placeholder="百度一下,你就知道..." size="28" onmouseover="this.focus()" onfocus="this.select()">
<input type="submit" value="搜索1"> -->
</form>
<div class="search-hd">
<form action="https://www.baidu.com/s" method="get" id="searchForm" target="_blank">
<div class="search-status">
<div class="search-select">
<input type="text" class="search-val" placeholder="百度一下,你就知道..." autocomplete="off" value="" name="wd" id="keywords"/>
<!-- <ul class="options">
<li><a href="http://www.an-time.top/Navigation">an-time</a></li>
<li><a href="javascript:;">Not</a></li>
<li><a href="javascript:;">Give</a></li>
<li><a href="javascript:;">Up</a></li>
</ul> -->
</div>
</div>
<input type="hidden" name="type" value='project' id="sType"/><a class="search-hd-btn" href="javascript:;"><i class="iconfont icon-search"></i></a>
</form>
</div>
<!-- 导航 -->
<nav id="nav" class="nav"></nav>
</div>
</header>
<!-- 内容 -->
<div id="content" class="content"></div>
<!-- 版本 -->
<footer id="footer">
<div class="footer_war war">
<div class="message">Cruising In The Code Of Life!</br>内容投稿或建议请联系an_time@foxmail.com</br></div>
<div class="declare">Copyright © 2017-2027 <a href="http://www.an-time.top" target="_blank">京ICP备45006200号</a></div>
</div>
</footer>
<!-- 提交 -->
<aside id="backTop"><div class="Tip"><a href="http://www.an-time.top" target="_blank">提交</a></div></aside>
<script type="text/javascript" src="js/jquery.js" ></script>
<script type="text/javascript" src="js/index.js" ></script>
<script type="text/javascript" src="js/data.js" ></script>
<!-- 音乐播放 -->
<!-- <iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=100 height=100 src="//music.163.com/outchain/player?type=2&id=25721157&auto=1&height=66"></iframe> -->
</body>
</html>