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