<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Imgur Video Background</title>
  <link rel="stylesheet" href="styles.css">
</head>
<body>
  <div class="video-background">
    <video autoplay muted loop>
      <source src="https://snekmo.snekki.moe/proxy?url=https://i.imgur.com/UUfx0HM.mp4" type="video/mp4">
      Your browser does not support the video tag.
    </video>
    <div class="content">
      <h1>Your Content Here</h1>
    </div>
  </div>
</body>
</html>
