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.
16 lines
566 B
16 lines
566 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Index Video snippet template-->
|
|
<template id="zen_video" name="Index Video Snippet">
|
|
<section class="video">
|
|
<div class="bs-example">
|
|
<a data-fancybox=''
|
|
href="https://www.youtube.com/watch?v=AC1cREPIw_o&autoplay=1&rel=0&controls=0&showinfo=0"
|
|
target="_blank">
|
|
<button class="pulse">
|
|
</button>
|
|
</a>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|