<?php declare(strict_types=1); header('Content-Type: text/html; charset=utf-8'); ?><!DOCTYPE html> <html lang="de"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>VLB Apps · logistikberater.at</title> <style> body { font-family: system-ui, sans-serif; max-width: 42rem; margin: 3rem auto; padding: 0 1rem; color: #1e293b; } h1 { font-size: 1.5rem; } ul { line-height: 1.8; } a { color: #2563eb; } </style> </head> <body> <h1>VLB Apps</h1> <p>Backend-Dienste von <strong>vlb e.u. · Logistikberater.at</strong></p> <ul> <li><a href="vlb-erfassung/">VLB-Erfassung</a></li> <li><a href="wog-api/health.php">WOG-API Health</a></li> <li><a href="lagerkontrolle/">Lagerkontrolle</a></li> </ul> </body> </html>