File size: 1,059 Bytes
d2897cd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<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>