<!DOCTYPE html>
<html>
<head>
    <title>OneBox Services - onebox.geoweb.ch</title>
    <style>
        body { font-family: Arial, sans-serif; max-width: 800px; margin: 50px auto; padding: 20px; }
        h1 { color: #333; }
        .services { list-style: none; padding: 0; }
        .services li { margin: 15px 0; }
        .services a {
            display: inline-block; padding: 10px 20px;
            background: #007bff; color: white;
            text-decoration: none; border-radius: 5px;
            min-width: 150px; text-align: center;
        }
        .services a:hover { background: #0056b3; }
        .desc { color: #666; margin-left: 20px; }
    </style>
</head>
<body>
    <h1>OneBox Services</h1>
    <ul class="services">
        <li><a href="/geogis/querschnitt/">Querschnitt</a> <span class="desc">Geologischer Querschnitt (v2.0)</span></li>
        <li><a href="/geogis/">GeoGIS</a> <span class="desc">3D Geology Viewer</span></li>
        <li><a href="/phpmyadmin/">phpMyAdmin</a> <span class="desc">Database Management</span></li>
        <li><a href="/powerdns/">PowerDNS</a> <span class="desc">DNS Administration</span></li>
        <li><a href="/guacamole/">Guacamole</a> <span class="desc">Remote Desktop Gateway</span></li>
        <li><a href="/windows/">Windows</a> <span class="desc">Windows VM (noVNC)</span></li>
    </ul>
</body>
</html>