mirror of
https://github.com/roytam1/UXP.git
synced 2026-07-20 22:18:32 +00:00
11 lines
234 B
HTML
11 lines
234 B
HTML
<!DOCTYPE HTML>
|
|
<html style="direction: rtl">
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="videomask.css">
|
|
</head>
|
|
<body>
|
|
<audio controls preload="none" id="av" source="audio.wav"></audio>
|
|
<div id="mask"></div>
|
|
</body>
|
|
</html>
|