-
Notifications
You must be signed in to change notification settings - Fork 3
/
ShuangYeAuto.html
25 lines (25 loc) · 1.02 KB
/
ShuangYeAuto.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
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>双叶一下,你就知道</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" media="screen" href="auto.css" />
<!-- <script src="main.js"></script> -->
</head>
<body>
<form action="https://www.baidu.com/baidu" class="parent" target="_blank">
<div class="logo"></div>
<div class="iptline">
<input type="text" class="ipttxt" name="word">
<input type="submit" value="双叶一下" class="iptsmt" href="https://www.baidu.com/" >
</div>
<p class="writer">
<a href="https://www.drblack-system.com/" title="BLOG Link">DrBlackの锦里</a>
2018 Copyrights - <span>All Rights Reserved</span>
</p>
<div background="https://shuangye.drblack-system.com/BG.png">
</form>
</body>
</html>