Initial commit
This commit is contained in:
commit
77e78a8441
BIN
ceboola_gradient.mkv
Normal file
BIN
ceboola_gradient.mkv
Normal file
Binary file not shown.
22
index.html
Normal file
22
index.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
background: black;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
video {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
</style>
|
||||
<video autoplay loop src="ceboola_gradient.mkv" />
|
||||
</html>
|
||||
Loading…
Reference in a new issue