chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
<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>