testing container

This commit is contained in:
ZizzyDizzyMC 2021-02-11 21:32:11 -05:00
parent f9d0158586
commit 9f98db8319
2 changed files with 19 additions and 0 deletions

19
static/container.html Normal file
View File

@ -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>

BIN
static/example.mp4 Normal file

Binary file not shown.