-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.35 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
<!DOCTYPE HTML>
<html>
<head>
<title>Search</title>
<!-- Custom Theme files -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all"/>
<!-- Custom Theme files -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!--Google Fonts-->
</head>
<body>
<!--search start here-->
<div class="search">
<i> </i>
<div class="s-bar">
<form action = "http://www.personalwebhhf.cn/PageRank/PageRank.php" method = "post">
<input type="text" name = "Key_Words" value="what you want search for" onfocus="this.value = '';"
onblur="if (this.value == '') {this.value = ' ';}">
<input type="submit" value="Search"/>
</form>
</div>
<p><a href="http://www.personalwebhhf.cn/PageRank/PageA.html">page to search |</a>
<a href="http://www.personalwebhhf.cn/blog/web.html"> hhf design </a></p>
</div>
<!--search end here-->
<div class="copyright">
<p>2017 All rights reserved | create by <a href="http://www.personalwebhhf.cn/blog/web.html" target="_blank">hhf</a></p>
</div>
</body>
</html>