digitalglarus: modified contact iframe gmap.
The Google Map iframe needs to confirm to the schema of the host server.
This commit is contained in:
parent
6ca9d50306
commit
f561dd9144
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
<div class="col-md-8">
|
||||
<!-- Embedded Google Map using an iframe - to select your location find it on Google maps and paste the link as the iframe src. If you want to use the Google Maps API instead then have at it! -->
|
||||
<iframe width="100%" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?hl=en&ie=UTF8&ll=46.969959,9.039001&spn=56.506174,79.013672&t=m&z=12&output=embed"></iframe>
|
||||
<iframe width="100%" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="//maps.google.com/maps?hl=en&ie=UTF8&ll=46.969959,9.039001&spn=56.506174,79.013672&t=m&z=12&output=embed"></iframe>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<p>Phone:
|
||||
|
|
Loading…
Reference in a new issue