Files
api-doku/index.html
2026-03-05 18:27:44 +01:00

18 lines
526 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Meine API-Dokumentation</title>
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
<style>
body { margin: 0; padding: 0; font-family: Arial, sans-serif; }
header { background-color: #4a90e2; color: white; padding: 1rem; text-align: center; }
</style>
</head>
<body>
<header>
<h1>Meine API-Dokumentation</h1>
</header>
<redoc spec-url="openapi.yaml"></redoc>
</body>
</html>