mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
8 lines
238 B
HTML
8 lines
238 B
HTML
<!DOCTYPE html>
|
|
<html style="-moz-transform-style: preserve-3d">
|
|
<body>
|
|
<script>
|
|
document.addEventListener("MozReftestInvalidate", function() {document.documentElement.style.MozTransform = 'rotate(0)';}, false);
|
|
</script>
|
|
</body>
|
|
</html>
|