Guest User

Untitled

a guest
Jan 12th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.00 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Sup_geo_browser</title>
  6.     <link rel="stylesheet" href="_css/_css.css">
  7.     <link rel="stylesheet" href="_css/bootstrap.css">
  8.  
  9. </head>
  10. <body>
  11. <div class="text-center">
  12.     <div id="map" style="width:100%; height: 300px;"></div>
  13.  
  14.     <form id="mapForm" class="form-inline">
  15.         <div class="form-group">
  16.             <input type="text" class="form-control" id="form" placeholder="Gdzie jesteś?">
  17.         </div>
  18.  
  19.         <button type="submit" class="btn btn-primary">Pokaż trasę</button>
  20.  
  21.         <button id="findPosition" class="btn btn-info hidden" title="Wykryj moją lokalizację">
  22.                 <span class="glyphicon glyphicon-screenshot"></span>
  23.         </button>
  24.     </form>
  25. </div>
  26. <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCario7GZRtrGeyxikSzVh3uP7KAJnvLDE&callback=initMap"></script>
  27.     <script type="text/javascript"></script>
  28. <script src="_js/scripts.js"></script>
  29. </body>
  30. </html>
Add Comment
Please, Sign In to add comment