mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +00:00
17 lines
423 B
HTML
17 lines
423 B
HTML
<head>
|
|
<title>Other content</title>
|
|
<style>
|
|
body {
|
|
background: lightgreen;
|
|
}
|
|
</style>
|
|
</head>
|
|
<h1># Swapped content</h1>
|
|
<ul>
|
|
<li><code><title></code> and <style>
|
|
<b>should not</b> spawn inside <code><main></code></li>
|
|
<li><code><title></code> <b>should be</b> <em>other content</em></li>
|
|
<li>Background <b>should be</b> green</li>
|
|
</ul>
|
|
|