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.
24 lines
943 B
24 lines
943 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- snippet fot the video in the website-->
|
|
<template id="s_perfume_video" name="Perfume Video">
|
|
<section>
|
|
<div class="video-area">
|
|
<div class="container-fluid">
|
|
<div class="row align-items-center">
|
|
<div class="col-lg-12">
|
|
<div class="video-wrap">
|
|
<div class="play-btn ">
|
|
<a class="popup-video"
|
|
href="https://www.youtube.com/watch?v=jg9fwTMl8Lk">
|
|
<i class="fas fa-play"/>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|