mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-01-23 10:16:37 +00:00
testing container
This commit is contained in:
parent
f9d0158586
commit
9f98db8319
2 changed files with 19 additions and 0 deletions
19
static/container.html
Normal file
19
static/container.html
Normal 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
BIN
static/example.mp4
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue