Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreeaCristinaRadacina authored Jul 6, 2023
1 parent 7508527 commit 9ed1df5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@
b.appendChild(s);
}(window, document));
</script>
<title>Optimole Custom </title>
<title>Optimole Custom Integration</title>
</head>
<body>

<h1>Optimal image: storage, compression, delivery</h1>
<img data-opt-src="/image.png" width="800" height="600" />
<p>Managing and resizing image files drains your storage, processing resources, and development time. Optimole stores handles, and scales your images with 80% less size while looking just as great!</p>
<img data-opt-src="/image.png" /w:'800' /h='600' />


<p>Managing and resizing image files drains your storage, processing resources, and development time. Optimole stores, handles, and scales your images
with 80% less size while looking just as great!</p>

</body>
</html>

0 comments on commit 9ed1df5

Please sign in to comment.