diff --git a/packages/diffhtml-website/pages/index.md b/packages/diffhtml-website/pages/index.md index ab9ddace..fae35cd5 100644 --- a/packages/diffhtml-website/pages/index.md +++ b/packages/diffhtml-website/pages/index.md @@ -96,25 +96,12 @@ the _View Source_ button under each example to view the source code. Each projec has a different set of requirements and complexity level. Click _Remix To Edit_ to fork the example and mess with the code. - - ### Hello World A simple application that renders 'Hello world!' in a <div> from string markup input. Demonstrates how quickly one can start prototyping. Loads latest diffHTML core from this website using native JavaScript modules. -
- -
- - - --- ### Clock @@ -123,17 +110,6 @@ A medium complexity application that displays a realtime clock using SVG and requestAnimationFrame. Loads latest diffHTML core from this website using native JavaScript modules. -
- -
- - - --- ### Hacker News @@ -143,17 +119,6 @@ posts and comments. Installable as a PWA. Click the fullscreen icon next to _View Source_ to get the install prompt. Loads latest diffHTML core and plugins from this website using native JavaScript modules. -
- -
- - - --- ### TodoMVC @@ -165,13 +130,4 @@ with the lite version to reduce build size. [Zopfli](https://github.com/google/z bringing the production output size to ~14kb. Loads diffHTML and plugins from npm pinned to 1.0.0-beta.20. It may be periodically updated. -
- -
- ---