
        <!DOCTYPE html>
        <html lang="de">
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>Weathermap - Stadtwerke Soest</title>
            <style>
                body {
                    margin: 0; padding: 0;
                    background-color: #333;
                    display: flex; justify-content: center; align-items: center;
                    min-height: 100vh;
                }
                img {
                    max-width: 100%; height: auto;
                    box-shadow: 0 0 20px rgba(0,0,0,0.5);
                }
            </style>
            <meta http-equiv="refresh" content="300">
        </head>
        <body>
            <img src="/proxy-image.png" alt="Weathermap">
        </body>
        </html>