<!DOCTYPE html>
				<html lang="en">
				<head>
				<meta charset="UTF-8">
				<title>RIP BOZO!</title>
				<style>
			body { font-family: Arial, sans-serif; text-align: center; padding: 50px; }
			h1 { color: #800080; }
			video { max-width: 100%; height: auto; }
				</style>
				</head>
				<body>
				<h1>You get nothing, and you will like it.</h1>
				<video loop controls>
				<source src="https://sync.gurkan.in/reaction/rip_bozo.mp4" type="video/mp4">
				Your browser does not support the video tag.
				</video>
				</body>
				</html>