main_web/raya/index.html
2021-03-15 20:38:10 -04:00

20 lines
684 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Raya and the Last Dragon</title>
<style>
video{
display: flex;
align-self: center;
justify-self: center;
}
</style>
</head>
<body>
<video controls controlslist="nodownload" poster="https://s.abcnews.com/images/GMA/211026_gma_digital_rayatrailer_hpMain_16x9_992.jpg" src="/home/chrisserver/media/Movies/Raya.and.the.Last.Dragon.2021.1080p.DSNP.WEBRip.DDP5.1.x264-TOMMY/raya.mp4">
Your browser doesn't support embedded video. Sorry.
</video>
</body>
</html>