diff options
author | Carson Gross <carson@bigsky.software> | 2024-06-18 10:00:23 -0600 |
---|---|---|
committer | Carson Gross <carson@bigsky.software> | 2024-06-18 10:00:23 -0600 |
commit | b932aff8b9bd8d674a98ce9eb1be4db6bb0f746c (patch) | |
tree | 1fa11fe90b22debdf53efa67afa852417e3b448c | |
parent | c6a89b315b6f964f6d69fa53252c2eb3e63aa8c8 (diff) | |
download | htmx-b932aff8b9bd8d674a98ce9eb1be4db6bb0f746c.tar.gz htmx-b932aff8b9bd8d674a98ce9eb1be4db6bb0f746c.zip |
remove IE reference
-rw-r--r-- | www/content/_index.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/content/_index.md b/www/content/_index.md index 2853d2a5..1737d9fc 100644 --- a/www/content/_index.md +++ b/www/content/_index.md @@ -105,8 +105,7 @@ directly in HTML, using [attributes](@/reference.md#attributes), so you can buil htmx is small ([~14k min.gz'd](https://unpkg.com/htmx.org/dist/)), [dependency-free](https://github.com/bigskysoftware/htmx/blob/master/package.json), -[extendable](https://extensions.htmx.org), -IE11 compatible & has **reduced** code base sizes by [67% when compared with react](@/essays/a-real-world-react-to-htmx-port.md) +[extendable](https://extensions.htmx.org) & has **reduced** code base sizes by [67% when compared with react](@/essays/a-real-world-react-to-htmx-port.md) <h2>motivation</h2> |