Initial commit

This commit is contained in:
Mewp 2026-02-02 22:10:37 +01:00
commit 77e78a8441
2 changed files with 22 additions and 0 deletions

BIN
ceboola_gradient.mkv Normal file

Binary file not shown.

22
index.html Normal file
View 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>