25 lines
741 B
HTML
25 lines
741 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-items: center;
|
|
justify-items: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<divdiv id="video">
|
|
<video controls controlslist="nodownload" poster="https://s.abcnews.com/images/GMA/211026_gma_digital_rayatrailer_hpMain_16x9_992.jpg" src="/Movies/Raya.and.the.Last.Dragon.2021.WEBRip.x264-ION10/raya.mp4" type="video/mp4">
|
|
|
|
Your browser doesn't support embedded video. Sorry.
|
|
|
|
</video>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |