@@ -96,25 +96,12 @@ the _View Source_ button under each example to view the source code. Each projec
9696has a different set of requirements and complexity level. Click _ Remix To Edit_
9797to 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
103101A simple application that renders 'Hello world!' in a <code >< ; div> ; </code >
104102from string markup input. Demonstrates how quickly one can start prototyping.
105103Loads 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
124111using 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
144120from 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
165130bringing the production output size to ~ 14kb. Loads diffHTML and plugins from
166131npm 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