Files
xinhu/webmain/public/fileopen_mp4.html
2025-03-31 20:54:32 +08:00

14 lines
468 B
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title><?=$da['filename']?></title>
</head>
<body style="padding:0px;margin:0px;background:#000000">
<center>
<div style="margin-top:30px">
<video src="<?=$da['filepaths']?>" width="100%" style="max-width:1000px" height="450" controls autoplay></video>
</div>
</center>
</body>
</html>