tools/yyyyyyy/l/teapot/index.html
2025-01-27 16:57:53 +01:00

24 lines
No EOL
496 B
HTML

<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>T_</title>
<style>
#vid {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
pointer-events: none;
}
</style>
</head>
<body>
<video autoplay="" muted="" loop="" id="vid">
<source src="media/teapot.mp4" type="video/mp4">
</video>
</body></html>