Spaces:
Running
Running
<!-- 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> |