-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInd.html
20 lines (19 loc) · 892 Bytes
/
Ind.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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 http-equiv="Content-Type" content="text/html; 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://www.baidu.com/baidu" target="_blank">
<input style="height:50px" type=text name=word class="put_box" size=40>
<input name="text" style="height:50px" type="submit" class="input_box" value="Search">
</form>
<body>
</body>
</html>