mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
6 lines
228 B
HTML
6 lines
228 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body onload="document.getElementById('x').style.transformStyle = '';">
|
|
<div><span id="x" style="transform-style: preserve-3d;"><div><div style="position: fixed;"></div></div></span></div>
|
|
</body>
|
|
</html>
|