mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
13 lines
331 B
HTML
13 lines
331 B
HTML
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
|
<script id="script" xmlns="http://www.w3.org/1999/xhtml">//<![CDATA[
|
||
|
|
function doe(){
|
||
|
|
document.documentElement.setAttribute('style', '');
|
||
|
|
}
|
||
|
|
|
||
|
|
setTimeout(doe,100);
|
||
|
|
//]]></script>
|
||
|
|
|
||
|
|
<style style="overflow: scroll; display: block;">
|
||
|
|
style::before {content: counter(section); }
|
||
|
|
</style>
|
||
|
|
</html>
|