mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
11 lines
262 B
HTML
11 lines
262 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="videomask.css">
|
|
</head>
|
|
<body style="text-align: right;">
|
|
<video controls preload="auto" id="av" source="audio.wav" style="direction: rtl;"></video>
|
|
<div id="mask"></div>
|
|
</body>
|
|
</html>
|