11 lines
225 B
HTML
11 lines
225 B
HTML
<style>
|
|
* { counter-reset: c; }
|
|
</style>
|
|
<script>
|
|
function go() {
|
|
host.attachShadow({ mode: "open" }).innerHTML = form.outerHTML;
|
|
}
|
|
</script>
|
|
<body onload=go()>
|
|
<form id="form" style="counter-reset: c">
|
|
<div id="host">
|