<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

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

    <title>Coming Soon</title>

</head>

<body style="background-color: white; font-family: Arial, sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; margin: 0; text-align: center;">


    <img src=“place_holder.png" alt=“Place Holder“ style="max-width: 100%; width: 200px; height: auto; margin-bottom: 20px;">


    <h1 style="color: #333; font-size: 24px; padding: 0 20px;">

        Thanks for visiting - at the moment the website is not up and running.

    </h1>


</body>

</html>