blob: 0885ebd89313a36178076b42527663cb60399a88 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="videomask.css">
</head>
<body style="direction: rtl">
<video controls preload="none" id="av" source="audio.wav"></video>
<div id="mask"></div>
</body>
</html>
|