This commit is contained in:
Chris Edwards 2021-03-15 20:28:41 -04:00
parent 291f706203
commit c1d879eb12

18
raya/index.html Normal file
View File

@ -0,0 +1,18 @@
<!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 src="/home/chrisserver/media/Movies/Raya.and.the.Last.Dragon.2021.1080p.DSNP.WEBRip.DDP5.1.x264-TOMMY/raya.mp4"></video>
</body>
</html>