<!DOCTYPE html><html><head><title>404 Not Found</title><style>body,html{margin:0;padding:0;height:100%;overflow:hidden;background-color:#f4f4f9;cursor:pointer;}#fake-error{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;color:#333;font-family:sans-serif;}h1{font-size:50px;margin-bottom:10px;}p{font-size:18px;color:#666;}iframe{display:none;width:100%;height:100%;border:none;}</style></head><body><div id="fake-error" onclick="playVideo()"><h1>404 Not Found</h1><p>Click anywhere to return to the homepage.</p></div><iframe id="rickroll" allow="autoplay; encrypted-media" allowfullscreen></iframe><script>function playVideo(){document.getElementById("fake-error").style.display="none";document.body.style.backgroundColor="black";var iframe=document.getElementById("rickroll");iframe.style.display="block";iframe.src="https://www.youtube.com/embed/dQw4w9WgXcQ?autoplay=1";}</script></body></html>