1234567891011121314 |
- <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="550" controls autoplay></video>
- </div>
- </center>
- </body>
- </html>
|