![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/plugins/GrapesJsBuilderBundle/Demo/helloWorld/ |
<html> <head> <title>Hello World</title> <script src="https://cdn.ckeditor.com/4.16.0/standard-all/ckeditor.js"></script> <link rel="stylesheet" href="../../node_modules/grapesjs/dist/css/grapes.min.css" data-source="mautic" /> <link href="style.css" rel="stylesheet" /> </head> <body> <div id="gjs"> <mjml> <mj-body> <mj-raw> <!-- Company Header --> </mj-raw> <mj-section background-color="#f0f0f0"> <mj-column> <mj-text font-style="bold" font-size="24px" color="#6f6f6f">My Company </mj-text> </mj-column> </mj-section> <mj-section background-color="#fafafa"> <mj-column width="400px"> <mj-image src="https://via.placeholder.com/172x215/%7B%7Bgray600%7D%7D/ffffff?text=172+x+215+x2" /> </mj-column> </mj-section> </mj-body> </mjml> </div> <script src="helloWorld.js"></script> </body> </html>