mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
7 lines
297 B
HTML
7 lines
297 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html style="position: fixed; backface-visibility: hidden;">
|
||
|
|
<body onload="setTimeout(function() { document.documentElement.style.MozBackfaceVisibility = 'hidden'; }, 0);">
|
||
|
|
<div style="position: fixed; height: 8px; width: 200px; background-color: yellow;"></div>
|
||
|
|
V
|
||
|
|
|
||
|
|
</body></html>
|