<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

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

  <title>LSDALOCKS.COM</title>

  <style>

    body {

      margin: 0;

      background-color: #000;

      color: #fff;

      font-family: Arial, sans-serif;

      display: flex;

      flex-direction: column;

      align-items: center;

      justify-content: center;

      height: 100vh;

      text-align: center;

    }

    img {

      max-width: 90%;

      height: auto;

    }

    h1 {

      margin-top: 20px;

      font-size: 2em;

    }

  </style>

</head>

<body>

  <img src="logo.png" alt="LSDALOCKS.COM Logo" />

  <h1>Coming Soon</h1>

</body>

</html>