api
This commit is contained in:
18
index.html
Normal file
18
index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user