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
884 B
24 lines
884 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<!-- Reserved redirect template -->
|
|
<template id="table_reserved_template">
|
|
<t t-call="website.layout">
|
|
<section id="banner" class="banner-imgShop">
|
|
<div class="container wrapper ">
|
|
<div class="banner-content">
|
|
<div class="logo">
|
|
<br/>
|
|
<br/>
|
|
<br/>
|
|
<img src="/table_reservation_on_website/static/src/images/logo.jpg"
|
|
alt="" style="width:95%;height:450px;"/>
|
|
<br/>
|
|
<br/>
|
|
<br/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</t>
|
|
</template>
|
|
</odoo>
|
|
|