This repository was archived by the owner on Mar 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqueryAuto.html
More file actions
44 lines (39 loc) · 1.63 KB
/
queryAuto.html
File metadata and controls
44 lines (39 loc) · 1.63 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery UI Autocomplete - Default functionality</title>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link href="https://fonts.googleapis.com/css?family=Trirong" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/metroForm.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="/js/queryAutoFill.js"></script>
</head>
<header class="text-center">
<h1 class="title text-center">Metro Louisille Form Query</h1>
<h2 class="title text-center">MVP</h2>
<ul class="nav nav-tabs">
<li role="presentation"><a href="index.html">Metro Louisville WebForms</a></li>
<li role="presentation"><a href="https://github.com/errinjohnson/MetroLouisvilleFormQuery">ReadMe File Instructions API</a></li>
<li role="presentation"><a href="queryAuto.html">Metro Louisville WebForms</a></li>
</ul>
</header>
<body>
<div class="ui-widget">
<label for="tags">Tags: </label>
<input id="tags">
</div>
<div class="row">
<div class="lastModified col-sm-offset-4 col-sm-4 col-sm-offset-4 text-center">
<h6>Website page updated on:</h6>
<h6 id="lastModified"></h6>
</div>
</div>
</body>
<script src="js/bootstrap.js"></script>
<script src="js/myJs.js"></script>
<script src="python/httpRequest.py"></script>
</html>