<!DOCTYPE html>

<html>

<head>

  <title>Coming Soon</title>

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <style>

    body {

      margin: 0;

      display: flex;

      justify-content: center;

      align-items: center;

      height: 100vh;

      background: #000;

    }

    img {

      max-width: 100%;

      max-height: 100%;

    }

  </style>

</head>

<body>

  <img src="coming-soon.jpg" alt="Coming Soon">

</body>

</html>