<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

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

<title>Coming soon… United Security Providers AG</title>

<style>

    body, html {

        margin: 0;

        padding: 0;

        height: 100%;

    }

    .fullscreen-img {

        position: fixed;

        top: 0;

        left: 0;

        width: 100%;

        height: auto;

        z-index: -1;

    }

    .image-link {

        display: block;

        width: 100%;

        height: 100%;

    }

</style>

</head>

<body>

<a href=„https://www.united-security-providers.ch“ class="fullscreen">

    <img src="https://www.united-security-providers.ch/wp-content/uploads/2024/05/coming-soon.jpg" alt="Vollbild Bild" class="fullscreen-img">

</a>

</body>

</html>