-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
24 lines (24 loc) · 877 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Bing Search</title>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css'>
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container" role="form">
<div class="row">
<div class="col-xs-12 searchMain">
<form method="post" action="bingsrchp.php" autocomplete="off">
<h2 class="text-center"> Search : </h2>
<div class="col-centered">
<input type='text' class="form-control" id='searchText' name='searchText' required />
<input class="btn btn-info" type="submit" value="Go!!" name="submit" id="searchButton" />
</div>
</form>
</div>
</div>
</div>
</body>
</html>