-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathQuest.html
28 lines (28 loc) · 974 Bytes
/
Quest.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
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"">
<meta name="viewport" content="width = device-width, initial-scale = 1">
<title>Quest</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-lg-6-offset-3 col-md-6-offset-3 col-lg-8-offset-2 col-lg-12">
<center>
<img src="logoquest.png">
<form class="form-inline" action="Query.php">
<div class="form-group">
<input type="text" class="form-control" name="keyword" placeholder="Search item">
</div>
<button type="submit" class="btn btn-primary">Search</button>
</form>
</center>
</div>
</div>
</div>
<sript="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></sript>
<script="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>