Skip to content

Commit f93141d

Browse files
authored
Update index.md
1 parent 78f3b5c commit f93141d

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

packages/diffhtml-website/pages/index.md

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -104,17 +104,6 @@ A simple application that renders 'Hello world!' in a <code>&lt;div&gt;</code>
104104
from string markup input. Demonstrates how quickly one can start prototyping.
105105
Loads latest diffHTML core from this website using native JavaScript modules.
106106

107-
<div class="glitch-embed-wrap" style="height: 200px; width: 100%;">
108-
<iframe
109-
src="https://glitch.com/embed/#!/embed/diffhtml-helloworld?path=hello-world.js&previewSize=100&attributionHidden=true&previewFirst=true&sidebarCollapsed=true"
110-
title="diffhtml-helloworld on Glitch"
111-
style="height: 100%; width: 100%; border: 0;"
112-
loading="lazy">
113-
</iframe>
114-
</div>
115-
116-
<a name="clock"></a>
117-
118107
---
119108

120109
### <a href="#clock"><u>Clock</u></a>
@@ -123,17 +112,6 @@ A medium complexity application that displays a realtime clock using SVG and
123112
<code>requestAnimationFrame</code>. Loads latest diffHTML core from this website
124113
using native JavaScript modules.
125114

126-
<div class="glitch-embed-wrap glitch-clock" style="height: 300px; width: 100%;">
127-
<iframe
128-
src="https://glitch.com/embed/#!/embed/diffhtml-clock?path=script.js&previewSize=100&attributionHidden=true&previewFirst=true&sidebarCollapsed=true"
129-
title="diffhtml-clock on Glitch"
130-
style="height: 100%; width: 100%; border: 0;"
131-
loading="lazy">
132-
</iframe>
133-
</div>
134-
135-
<a name="hacker-news"></a>
136-
137115
---
138116

139117
### <a href="#hacker-news"><u>Hacker News</u></a>
@@ -143,17 +121,6 @@ posts and comments. Installable as a PWA. Click the fullscreen icon next to
143121
_View Source_ to get the install prompt. Loads latest diffHTML core and plugins
144122
from this website using native JavaScript modules.
145123

146-
<div class="glitch-embed-wrap glitch-clock" style="height: 300px; width: 100%;">
147-
<iframe
148-
src="https://glitch.com/embed/#!/embed/diffhtml-hackernews?path=script.js&previewSize=100&attributionHidden=true&previewFirst=true&sidebarCollapsed=true"
149-
title="diffhtml-hackernews on Glitch"
150-
style="height: 100%; width: 100%; border: 0;"
151-
loading="lazy">
152-
</iframe>
153-
</div>
154-
155-
<a name="todomvc"></a>
156-
157124
---
158125

159126
### <a href="#todomvc"><u>TodoMVC</u></a>
@@ -165,13 +132,4 @@ with the lite version to reduce build size. [Zopfli](https://github.com/google/z
165132
bringing the production output size to ~14kb. Loads diffHTML and plugins from
166133
npm pinned to <code>1.0.0-beta.20</code>. It may be periodically updated.
167134

168-
<div class="glitch-embed-wrap" style="height: 400px; width: 100%;">
169-
<iframe
170-
src="https://glitch.com/embed/#!/embed/diffhtml-todomvc?path=lib/index.js&previewSize=100&attributionHidden=true&previewFirst=true&sidebarCollapsed=true"
171-
title="diffhtml-todomvc on Glitch"
172-
style="height: 100%; width: 100%; border: 0;"
173-
loading="lazy">
174-
</iframe>
175-
</div>
176-
177135
---

0 commit comments

Comments
 (0)