mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
12 lines
368 B
HTML
12 lines
368 B
HTML
<html>
|
|
<body onload="dotest(); setTimeout('location.reload()', 200)">
|
|
<script language="javascript">
|
|
var count=0;
|
|
var fileloc = "481921.ogg";
|
|
function dotest(){
|
|
oggenv.innerHTML = "video test for " + fileloc + "<br><video src=\"" + fileloc + "\" autoplay=\"true\" height=100></video>";
|
|
}
|
|
</script>
|
|
<span id="oggenv"></span><br>
|
|
</body>
|
|
</html>
|