testing container
This commit is contained in:
parent
f9d0158586
commit
9f98db8319
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<style type="text/css">
|
||||
video {
|
||||
width:100%;
|
||||
max-width:600px;
|
||||
height:auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
<video controls>
|
||||
<source src="example.mp4" type="video/mp4">
|
||||
Your browser does not support video
|
||||
</video>
|
||||
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
Loading…
Reference in New Issue