-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbingsrch.html
More file actions
executable file
·27 lines (26 loc) · 1.12 KB
/
bingsrch.html
File metadata and controls
executable file
·27 lines (26 loc) · 1.12 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Precedented</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">
<center><img src="logo.png" alt="Logo" style="width:20%;height:20%;"><center>
<h1 class="text-center"> <div class="strokeme"> Precedented </div></h1>
<h4 class="text-center"> <i> <div class="strokeme">Your pocket guide to United States Federal and State law, code, and precedent</div></i></h1>
<div class="col-centered">
<input type='text' class="form-control" id='searchText' name='searchText' required />
<input class="btn btn-info" type="submit" value="Search" name="submit" id="searchButton" />
</div>
</form>
</div>
</div>
</div>
</body>
</html>