-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ind6.html
45 lines (39 loc) · 1.5 KB
/
Ind6.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes" http-equiv="Content-Type" charset=utf-8" />
<title>Home Page</title>
<style type="text/css">
.input_box{width:360px; height:40px; border-radius:20px; border-style:none; background:#00FFFF;font-size:20px; color:rgba(249,248,248,1.00);}
</style>
<style type="text/css">
.put_box{width:360px; height:40px; border-radius:7px; border-style:none; background:#F0FFFF;font-size:30px; color:rgba(50,50,50,0.70);}
</style>
</head>
<form action="http://m.baidu.com/s?wd=" target="_blank">
<table style="border:transparent" width="100%" border="0" bordercolor="#FFFFFF" background="C.jpg">
<tr>
<td height="200"> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td height="60" width="20%" > </td>
<td height="60"> <input style="height:100%" type=text name=word class="put_box" size=40></td>
<td height="20%" width="20%" > </td>
</tr>
<tr>
<td height="60"> </td>
<td height="60"> <input name="text" style="height:100%" type="submit" class="input_box" value="Search"></td>
<td> </td>
</tr>
<tr>
<td height="700"> </td>
<td> </td>
<td> </td>
</tr>
</table>
</form>
<body>
</body>
</html>