You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
799 B
13 lines
799 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="contactus_map" name="Map">
|
|
<section class="section-map w-100 float-left">
|
|
<div class="google_map" style="width: 100%;height: 400px;">
|
|
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15658.881983874671!2d75.87971722644363!3d11.134181973268767!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba651d1fb20b40b%3A0xd15c44b13dfe431c!2sThenhipalam%2C%20Kerala!5e0!3m2!1sen!2sin!4v1598930664895!5m2!1sen!2sin"
|
|
frameborder="0"
|
|
style="border:0;width: 100%; height: 100%;" allowfullscreen="" aria-hidden="false"
|
|
tabindex="0"/>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|