<!DOCTYPE html>
<html>
<head>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
background: black;
}
/* Fullscreen video */
video {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
transform: translate(-50%, -50%);
object-fit: cover;
}
</style>
</head>
<body>
<video autoplay muted loop playsinline>
<source src=”https://theomencrew.com/wp-content/uploads/2026/06/Omen-Crew-Wakeup-web.mp4″ type=”video/mp4″>
</video>
</body>
</html>