Skip to content

Commit a44148b

Browse files
authored
Update index.md (#351)
1 parent e7a59d1 commit a44148b

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

packages/diffhtml-website/pages/index.md

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -96,25 +96,12 @@ the _View Source_ button under each example to view the source code. Each projec
9696
has a different set of requirements and complexity level. Click _Remix To Edit_
9797
to fork the example and mess with the code.
9898

99-
<a name="hello-world"></a>
100-
10199
### <a href="#hello-world"><u>Hello World</u></a>
102100

103101
A simple application that renders 'Hello world!' in a <code>&lt;div&gt;</code>
104102
from string markup input. Demonstrates how quickly one can start prototyping.
105103
Loads latest diffHTML core from this website using native JavaScript modules.
106104

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-
118105
---
119106

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

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-
137113
---
138114

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

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-
157122
---
158123

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

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-
177133
---

0 commit comments

Comments
 (0)