Skip to content

Commit 1397fa5

Browse files
authored
Update example.html
1 parent 7e2a61b commit 1397fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@ <h2>Responsive Design 🔛 Resize the window!</h2>
141141
<h2>HTMX Test</h2>
142142
<script src="https://unpkg.com/htmx.org@1.9.5"></script>
143143
<div>Swapped DOM elements are styled instantly when they arrive.</div>
144-
<button garlic hx-get="/example.html" hx-select="button[garlic]" hx-swap="afterend">
144+
<button garlic hx-get="https://gnat.github.io/css-scope-inline/example.html" hx-select="button[garlic]" hx-swap="afterend">
145145
<style>
146146
.me { margin: 4px; padding: 2px; min-width: 100px; background: hsl(264 80% 47%); border-bottom: 0.5rem solid hsl(264 80% 20%); }
147147
.me:hover { background: hsl(264 80% 60%); }
148148
</style>
149149
🧄
150150
</button>
151-
<button vampire hx-get="/example.html" hx-select="button[vampire]" hx-swap="afterend">
151+
<button vampire hx-get="https://gnat.github.io/css-scope-inline/example.html" hx-select="button[vampire]" hx-swap="afterend">
152152
<style>
153153
.me { margin: 4px; padding: 2px; min-width: 100px; background: hsl(150 80% 47%); border-bottom: 0.5rem solid hsl(150 80% 28%); }
154154
.me:hover { background: hsl(150 80% 60%); }

0 commit comments

Comments
 (0)