<!DOCTYPE html>

<html lang="de">

<head>

  <meta charset="UTF-8">

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

  <title>Coming Soon</title>

  <style>

    body {

      margin: 0;

      background: #f5f5f5;

      display: flex;

      justify-content: center;

      align-items: center;

      height: 100vh;

      font-family: sans-serif;

      color: #333;

    }

    h1 {

      font-size: 3rem;

    }

  </style>

</head>

<body>

  <h1>Coming Soon</h1>

</body>

</html>