forked from contentionary/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo.html
More file actions
14 lines (14 loc) · 668 Bytes
/
video.html
File metadata and controls
14 lines (14 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div style="position: relative; padding-top: 150.83333333333334%;">
<iframe src="https://iframe.mediadelivery.net/embed/82840/e8bbd449-3831-48d8-93c9-b9ced426523e?autoplay=true" loading="lazy" style="border: none; position: absolute; top: 0; height: 100%; width: 100%;" allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;" allowfullscreen="true"></iframe>
</div>
</body>
</html>