<!DOCTYPE html>

<html lang="de">

<head>

    <meta charset="UTF-8">

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

    <title>Bitarmed</title>

    <style>

        body {

            background: linear-gradient(to right, #0077b6, #00b4d8);

            color: white;

            font-family: Arial, sans-serif;

            text-align: center;

            margin-top: 15%;

        }

        a {

            color: #ffe45c;

            text-decoration: none;

            font-weight: bold;

        }

    </style>

</head>

<body>

    <h1>Willkommen bei Bitarmed</h1>

    <p>Unsere Hauptseite findest du hier:</p>

    <p><a href="https://sites.google.com/view/bitarmed-site/startseite">bitarmed-site</a></p>

</body>

</html>