<!DOCTYPE html>
<html>
<head>
    <title>
        KABIchat / Matrix
    </title>
    <meta charset="UTF-8">
    <meta name="robots" content="noindex, nofollow">
    <meta name="viewport" content="width=device-width">
    <style type="text/css">
        body
        {
            font-family: Verdana, Helvetica, Arial, sans-serif;
            color: #333;
            background-color: #dcdcdc;
            margin: 0;
            padding: 0;
            font-size: 0.9em;
        }

        article
        {
            box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
            background-color: #fff;
            margin: 10% auto 1em auto;
            padding: 15px;
            text-align: center;
            width: 600px;
        }

        footer
        {
            text-align: center;
            color: #888;
            font-size: 0.8em;
        }

        h1
        {
            border-bottom: 1px solid #d1d5d8;
        }

        a, a:visited, a:active, a:hover
        {
            color: #888;
            font-weight: normal;
            text-decoration: none;
        }

        a:hover
        {
            border-bottom: 1px solid #999;
        }
   </style>
</head>
<body>
    <article>
        <h1>
            Welcome to KABIchat
        </h1>
        <p>
            This is the Matrix URL.<br><br>
            You will find people by their ID like @name:im.kabi.tk
            Please use the RIOT-app for desktop or Browser to access your account. For more information visit KABI.tk.
        </p>
    </article>
    <footer>
        <p>
            <a href="https://kabi.tk" rel="nofollow noopener noreferrer" target="_blank">
                KABIchat is a service provided by KABI.tk
            </a>
        </p>
    </footer>
</body>
</html>
