funapi / templates /index.html
imperialwool's picture
fonts 0_o
1bd35b2
raw history blame
No virus
952 Bytes
<!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>