-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (36 loc) · 1.28 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
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<script src="js/db.js" type="text/javascript "></script>
</head>
<body>
<div class="container">
<h1><img src="logo.png" width="300px"></h1>
<h5>Store Locator</h5>
<div class="forum-group">
<input id="store" type="text" autocomplete="off"/>
</div>
<p></p>
<div class="forum-group">
<button id="search">Search for mall</button>
</div>
<p></p>
<p id="result">.</p>
</div>
<footer>
Dev by : [email protected] & [email protected]
</footer>
<script type="text/javascript">
app.initialize();
</script>
</body>
</html>