14 lines
196 B
HTML
14 lines
196 B
HTML
<script>
|
|
function go() {
|
|
b.appendChild(a)
|
|
}
|
|
</script>
|
|
<body onload=go()>
|
|
<data>
|
|
<dl id="a" style="display: contents">
|
|
<dl></dl>
|
|
<dd style="position: fixed">
|
|
</dl>
|
|
<svg>
|
|
<text>
|
|
<textPath id="b">
|