mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-18 16:42:05 +02:00
15 lines
825 B
XML
15 lines
825 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<template id="s_cover" name="Cover">
|
|
<div class="s_cover o_mail_snippet_general">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12 oe_img_bg pt56 pb48" style="background-image: url('/web/image/mass_mailing.s_cover_default_image');">
|
|
<h1 style="text-align: center;"><font style="font-size: 62px; font-weight: bold;">Catchy Headline</font></h1>
|
|
<p class="lead" style="text-align: center;">Write one or two paragraphs describing your product, services or a specific feature.<br/> To be successful your content needs to be useful to your readers.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</odoo>
|