This question has been flagged
1193 Views

So, i was trying to put my Medium blog in a new blank page in odoo, i wrote the html and then paste in the HTML editor from odoo, but then i got a 404 ERROR, here is the HTML, could anyone help?

<t t-name="website.medium">
  <t t-call="website.layout">
    <div id="wrap" class="oe_structure oe_empty">
      <section class="s_text_image pt32 pb32 oe_custom_bg" style="">
        <div class="container animated bounce">
          <div class="row align-items-center">
            <div class="col-lg-6 pt16 pb16">
              <img src="/web/image/656043/1J-PcIDrkewUmwrTZuJIIJA.jpeg" class="img img-fluid mx-auto" alt="Odoo • Image and Text" data-original-title="" title="" aria-describedby="tooltip532485"/>
            </div>
            <div class="col-lg-6 pb16 border pt0">
              <h2 style="text-align: center;">
                <font class="text-alpha" style="">
                  <u>Editora Hedra</u>
                </font>
              </h2>
              <p>
                <span style="font-family: medium-content-sans-serif-font, &quot;Lucida Grande&quot;&quot;Lucida Sans Unicode&quot;&quot;Lucida Sans&quot;, Geneva, Arial, sans-serif; font-size: 18px; text-align: start;" class="text-alpha">
                  <b>Como um caminho novo em um mesmo labirinto, editamos há 20 anos clássicos de intervenção — clássicos declarados ou o que julgamos sê-lo.</b>
                </span>
              </p>
            </div>
          </div>
        </div>
      </section>
    </div>
    <style>
    </style>
    <body style="margin-top: 100px;">
      <nav class="navbar navbar-inverse navbar-fixed-top">
</nav>
      <div id="retainable-rss-embed" data-rss="https://medium.com/feed/@editorahedra" data-maxcols="4" data-layout="grid" data-poststyle="modal" data-readmore="Leia mais" data-buttonclass="btn btn-primary dropdown-toggle" data-offset="-200"> </div>
      <script src="https://www.retainable.io/assets/retainable/rss-embed/retainable-rss-embed.js"/>
    </body>
  </t>
</t>
Avatar
Discard