mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
10 lines
275 B
HTML
10 lines
275 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Video Controls Test</title>
|
|
</head>
|
|
<body>
|
|
<video id="video" style="height: 480px; width: 640px" controls mozNoDynamicControls></video>
|
|
<canvas id="canvas" style="height: 480px; width: 640px"></canvas>
|
|
</body>
|
|
</html>
|