mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
10 lines
172 B
HTML
10 lines
172 B
HTML
|
|
<!DOCTYPE HTML>
|
||
|
|
<html>
|
||
|
|
<body>
|
||
|
|
<audio id="a"></audio>
|
||
|
|
<script>
|
||
|
|
document.body.offsetTop;
|
||
|
|
document.getElementById("a").setAttribute("controls", "");
|
||
|
|
</script>
|
||
|
|
</body>
|
||
|
|
</html>
|