mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-25 05:43:08 +09:00
7 lines
250 B
HTML
7 lines
250 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body style="background:white;">
|
|
<!-- Ensure video element displays at poster size when video's intrinsic size isn't available -->
|
|
<video preload="none" src="black140x100.webm" poster="blue250x200.png"></video>
|
|
</body>
|
|
</html>
|