File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,13 +123,13 @@ The fastest way to get going with htmx is to load it via a CDN. You can simply a
123123your head tag and get going:
124124
125125``` html
126- <script src =" https://cdn.jsdelivr.net/npm/htmx.org@2.0.5/dist/htmx.min.js" integrity =" sha384-HGfztofotfshcF7+8n44JQL2oJmowVChPTg48S+jvZoztPfvwD79OC/LTtG6dMp+ " crossorigin =" anonymous" ></script >
126+ <script src =" https://cdn.jsdelivr.net/npm/htmx.org@2.0.5/dist/htmx.min.js" integrity =" sha384-t4DxZSyQK+0Uv4jzy5B0QyHyWQD2GFURUmxKMBVww9+e2EJ0ei/vCvv7+79z0fkr " crossorigin =" anonymous" ></script >
127127```
128128
129129An unminified version is also available as well:
130130
131131``` html
132- <script src =" https://cdn.jsdelivr.net/npm/htmx.org@2.0.5/dist/htmx.js" integrity =" sha384-oeUn82QNXPuVkGCkcrInrS1twIxKhkZiFfr2TdiuObZ3n3yIeMiqcRzkIcguaof1 " crossorigin =" anonymous" ></script >
132+ <script src =" https://cdn.jsdelivr.net/npm/htmx.org@2.0.5/dist/htmx.js" integrity =" sha384-5DNWP7/6VfmFjDrEgZ0MwJiuIz0/juUdZwgMAqxCaHBd/BH8MF4yWxDv+mo/o9CG " crossorigin =" anonymous" ></script >
133133```
134134
135135While the CDN approach is extremely simple, you may want to consider
@@ -1141,7 +1141,7 @@ The fastest way to install htmx extensions created by others is to load them via
11411141``` HTML
11421142<head >
11431143 <script src =" https://cdn.jsdelivr.net/npm/htmx.org@2.0.5/dist/htmx.min.js" integrity =" sha384-t4DxZSyQK+0Uv4jzy5B0QyHyWQD2GFURUmxKMBVww9+e2EJ0ei/vCvv7+79z0fkr" crossorigin =" anonymous" ></script >
1144- <script src =" https://cdn.jsdelivr.net/npm/htmx-ext-response-targets@2.0.2" integrity =" sha384-5DNWP7/6VfmFjDrEgZ0MwJiuIz0/juUdZwgMAqxCaHBd/BH8MF4yWxDv+mo/o9CG " crossorigin =" anonymous" ></script >
1144+ <script src =" https://cdn.jsdelivr.net/npm/htmx-ext-response-targets@2.0.2" integrity =" sha384-UMuM7P2CPg9i2/dfvBlAeqjXITmEWe9k17Mp9X07Z4jXPN21Ychng569t+sUL8oa " crossorigin =" anonymous" ></script >
11451145</head >
11461146<body hx-ext =" extension-name" >
11471147 ...
You can’t perform that action at this time.
0 commit comments