Advertisement
Dennisaa

GeoLoc01 html

Sep 1st, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.   <title>Geolocation</title>
  6.   <meta name="viewport" content="initial-scale=1.0, user-scalable=no">
  7.   <meta charset="utf-8">
  8.   <link rel="stylesheet" type="text/css" href="style.css">
  9.   <script src="https://maps.googleapis.com/maps/api/js?callback=initMap" async defer></script>
  10.   <script src="MapExample2.js"></script>
  11. </head>
  12.  
  13. <body>
  14.   <div id="map"></div>
  15. </body>
  16.  
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement