Skip to content

Commit

Permalink
Fix attribute position
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Apr 5, 2022
1 parent 66cb056 commit ee3f9bf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/diffhtml-website/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ Loads latest diffHTML core from this website using native JavaScript modules.
<iframe
src="https://glitch.com/embed/#!/embed/diffhtml-helloworld?path=hello-world.js&previewSize=100&attributionHidden=true&previewFirst=true&sidebarCollapsed=true"
title="diffhtml-helloworld on Glitch"
style="height: 100%; width: 100%; border: 0;">
loading="lazy"
style="height: 100%; width: 100%; border: 0;"
loading="lazy">
</iframe>
</div>

Expand All @@ -128,8 +128,8 @@ using native JavaScript modules.
<iframe
src="https://glitch.com/embed/#!/embed/diffhtml-clock?path=script.js&previewSize=100&attributionHidden=true&previewFirst=true&sidebarCollapsed=true"
title="diffhtml-clock on Glitch"
style="height: 100%; width: 100%; border: 0;">
loading="lazy"
style="height: 100%; width: 100%; border: 0;"
loading="lazy">
</iframe>
</div>

Expand All @@ -148,8 +148,8 @@ from this website using native JavaScript modules.
<iframe
src="https://glitch.com/embed/#!/embed/diffhtml-hackernews?path=script.js&previewSize=100&attributionHidden=true&previewFirst=true&sidebarCollapsed=true"
title="diffhtml-hackernews on Glitch"
style="height: 100%; width: 100%; border: 0;">
loading="lazy"
style="height: 100%; width: 100%; border: 0;"
loading="lazy">
</iframe>
</div>

Expand All @@ -170,8 +170,8 @@ npm pinned to <code>1.0.0-beta.20</code>. It may be periodically updated.
<iframe
src="https://glitch.com/embed/#!/embed/diffhtml-todomvc?path=lib/index.js&previewSize=100&attributionHidden=true&previewFirst=true&sidebarCollapsed=true"
title="diffhtml-todomvc on Glitch"
style="height: 100%; width: 100%; border: 0;">
loading="lazy"
style="height: 100%; width: 100%; border: 0;"
loading="lazy">
</iframe>
</div>

Expand Down

0 comments on commit ee3f9bf

Please sign in to comment.