<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <title>Husband Home Company – Special File</title>

  <style>

    body {

      margin: 0;

      background-color: black;

    }

    video {

      width: 100vw;

      height: 100vh;

      object-fit: cover;

    }

  </style>

</head>

<body>

  <video autoplay muted playsinline>

    <source src="specialfile.mp4" type="video/mp4">

    Your browser does not support the video tag.

  </video>

</body>

</html>