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.
20 lines
671 B
20 lines
671 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- template for website ad -->
|
|
<template id="eco_food_website_ad" name="Eco Food Website Ad">
|
|
<section class="website_ad">
|
|
<div class="container-fluid w-100 h-100">
|
|
<div class="wrapper h-100">
|
|
<a href="#">
|
|
<div class="content">
|
|
<p>Grocery Shopping</p>
|
|
<h1>
|
|
We make it easy
|
|
</h1>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|