Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelWest22 committed Sep 25, 2024
1 parent b8dbbdc commit b179d3e
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,24 @@
<body>
<table style="width:100%">
<tr>
<td><button hx-get="data:,%3Cdiv%20hx-swap-oob%3D%22innerHTML%3A%23topleft%22%3E%3Cdiv%20id%3D%22video%22%20hx-preserve%3D%22true%22%3E%3C%2Fdiv%3E%3C%2Fdiv%3E"
hx-swap="none">
top left
</button><div id="topleft">top left</div></td>
<td>b</td>

<td><button hx-get="data:,%3Cdiv%20hx-swap-oob%3D%22innerHTML%3A%23topleft%22%3E%3Cdiv%20id%3D%22video%22%20hx-preserve%3E%3C%2Fdiv%3E%3C%2Fdiv%3E"
hx-swap="none">top left</button>
<div id="topleft">top left</div></td>
<td><button hx-get="data:,%3Cdiv%20hx-swap-oob%3D%22innerHTML%3A%23topright%22%3E%3Cdiv%20id%3D%22video%22%20hx-preserve%3E%3C%2Fdiv%3E%3C%2Fdiv%3E"
hx-swap="none">top right</button>
<div id="topleft">top right</div></td>
</tr>
<tr>
<td><button hx-get="data:,%3Cdiv%20hx-swap-oob%3D%22innerHTML%3A%23bottomleft%22%3E%3Cdiv%20id%3D%22video%22%20hx-preserve%3E%3C%2Fdiv%3E%3C%2Fdiv%3E"
hx-swap="none">bottom left</button>
<div id="bottomleft">bottom left</div></td>
<td><button hx-get="data:,%3Cdiv%20hx-swap-oob%3D%22innerHTML%3A%23bottomright%22%3E%3Cdiv%20id%3D%22video%22%20hx-preserve%3E%3C%2Fdiv%3E%3C%2Fdiv%3E"
hx-swap="none">bottom right</button>
<div id="bottomleft"><div id="video"><iframe id="rick-roll" width="600" height="300" hx-preserve="true"
src="https://www.youtube.com/embed/eBGIQ7ZuuiU" title="Rick Roll" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
</iframe></div></div></td>
</tr>
<tr>
<td>c</td>
Expand Down

0 comments on commit b179d3e

Please sign in to comment.