mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
10 lines
234 B
HTML
10 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>
|