mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
221 B
HTML
11 lines
221 B
HTML
<!DOCTYPE HTML>
|
|
<html dir="rtl">
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="videomask.css">
|
|
</head>
|
|
<body>
|
|
<video controls preload="auto" id="av" source="audio.wav"></video>
|
|
<div id="mask"></div>
|
|
</body>
|
|
</html>
|