-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
59 lines (42 loc) · 2.22 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>Geo-Search</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link type="text/css" rel="stylesheet" href="https://api.mqcdn.com/sdk/mapquest-gl-js/v0.4.0/mapquest-gl.css"/>
<link rel="shortcut icon" type="image/jpg" href="images/logo.png"/>
<!-- <link href="/your-path-to-fontawesome/css/fontawesome.css" rel="stylesheet">-->
</head>
<body>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v5.0&appId=157641611505789&autoLogAppEvents=1"></script>
<div class='container'>
<header>
<h1><img src=" images/logo.png" alt="logo" width=" 60px" >Geo-Search </h1>
</header>
<center>
<form method="post" action="" id='form'>
<input type="text" id="mapsearch" placeholder=" Search your City or State here" focus=""><br>
<i class="fas fa-search"><input type="submit" name="submit" value="Get Weather" id="submit" ></i>
</form>
</center>
<div class='feedback'>
<div id='map'></div>
<div id="card"></div>
<div class="fb-share-button" data-href=" https://codehouze.github.io/Geo-xearch_maxwell/" data-layout="button" data-size="large"><a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgoogle.com%2F&src=sdkpreparse" class="fb-xfbml-parse-ignore">Share</a></div>
</div>
<footer class="footer">
<center>Powered by <a href="https://github.com/Codehouze">Codehouze</a>
<a href="#"><img src="images/facebook.png" width="20px" height="15px" alt="fb"></a>
<a href="#"><img src="images/images.png" width="20px" height="15px" alt="fb"></a>
</center>
</footer>
</body>
<script src="js/script.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCFWf34DtUc3L6Y4VNMgkFkNuSY2EgF-rc&libraries=places&callback=autoComplete"></script>
<!--<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAaYVMNSwlkhO2wCOvEyBX_oxMhiRhxtZ4&callback=initMap"
async defer></script>-->
<script src="https://api.mqcdn.com/sdk/mapquest-js/v1.3.2/mapquest-maps.js"></script>
</html>