Skip to content

Instantly share code, notes, and snippets.

View agustinesoria's full-sized avatar

Agustín Soria agustinesoria

View GitHub Profile
<google-map latitude="37.77493" longitude="-122.41942"></google-map>
@agustinesoria
agustinesoria / gist:0e8ec5d376cdda54524fa2bf522582d8
Created June 9, 2017 20:32
Incluir un mapa en la web de manera tradicional
<!DOCTYPE html>
<html>
<head>
<style>
#map_canvas {
width: 500px;
height: 400px;
}
</style>
<script src="https://maps.googleapis.com/maps/api/js"></script>