-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (43 loc) · 1.53 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta content="telephone=no" name="format-detection"/>
<meta http-equiv="Cache-Control" content="no-siteapp"/>
<title>英配动画列表</title>
<link href="css/index.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<!--[if (IE 6) | (IE 7) | (IE 8) ]>
<script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--头部-->
<ul class="menu_top_list book_view_top">
<li></li>
<li><font face="Microsoft Yahei" size="4.5rem">英配动画列表</font></li>
<li></li>
</ul>
<div class="container">
<div style="margin-top:0.35rem;">
<div class="Content_Frame">
<ul>
<li>
<label>
<input type="text" id="key-word" placeholder="请输入搜索内容">
</label>
<button id="search-button">搜索</button>
</li>
</ul>
<ul>
<li class="download"><font face="Microsoft Yahei"><a href="download.html">下载地址(解压密码你懂的!)</a></font></li>
</ul>
<ul class="mulu_list" id="content"></ul>
</div>
</div>
</div>
<script type="text/javascript" src="js/search.js"></script>
</body>
</html>