fileopen_mp4.html 468 B

1234567891011121314
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  5. <title><?=$da['filename']?></title>
  6. </head>
  7. <body style="padding:0px;margin:0px;background:#000000">
  8. <center>
  9. <div style="margin-top:30px">
  10. <video src="<?=$da['filepaths']?>" width="100%" style="max-width:1000px" height="550" controls autoplay></video>
  11. </div>
  12. </center>
  13. </body>
  14. </html>