Spaces:
Runtime error
Runtime error
File size: 952 Bytes
66ca64a f02b1de 66ca64a 1bd35b2 66ca64a 1bd35b2 66ca64a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
<!doctype html> <!-- Important: must specify -->
<html>
<head>
<title>woolbot's FunAPI</title>
<style> body {background-color:#14191f;} </style>
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Inter" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
</head>
<body>
<rapi-doc
spec-url="/static/api.yaml"
theme="dark"
allow-try="false"
allow-search="false"
allow-authentication="false"
show-info="true"
show-header="false"
render-style="view"
bg-color="#14191f"
text-color="#aec2e0"
primary-color="#c7d8f2"
mono-font="Source Code Pro"
regular-font="Inter"
> <br> </rapi-doc>
</body>
</html> |