-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathShuangye-Mobile.html
31 lines (31 loc) · 1.07 KB
/
Shuangye-Mobile.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>双叶一下,你就知道</title>
<style type="text/css">
@import url("Style-Mobile.css");
</style>
</head>
<body>
<div class="container">
<header class="m-shuangye-search-header">
<img src="./static/logo.jpg" />
<div class="title sp-font">双叶搜索</div>
</header>
<div class="m-shuangye-search-container">
<form action="https://m.baidu.com/s" class="search-form">
<div class="container-form-wrapper">
<input type="text" class="input" name="word">
<input type="submit" value="双叶一下" class="submit">
</div>
</form>
</div>
<footer class="m-shuangye-search-footer">
<p class="footerDisclaimer"><a href="https://www.drblack-system.com/" title="BLOG Link">DrBlackの锦里</a> 2018 Copyrights - <span>All Rights Reserved</span></p>
</footer>
</div>
</body>
</html>