mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-05-01 00:31:09 +00:00
19 lines
723 B
HTML
19 lines
723 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>blahrs OpenAPI</title>
|
|
|
|
<script src="https://unpkg.com/@stoplight/elements@8.4.3/web-components.min.js" integrity="sha384-W35DIskh67eUAS9eLeaIADTiNUYyqYh+TkLKD+dSdsVHKf6K0d7ZyqRGvebsCWdD" crossorigin="anonymous"></script>
|
|
<link rel="stylesheet" href="https://unpkg.com/@stoplight/elements@8.4.3/styles.min.css" integrity="sha384-oYu9Au1JU1Sd5Za5LYSepn+Sofm8uvVdUCxLWbJYesNAS72Y7G/gQ0pjiB6wyf1Z" crossorigin="anonymous">
|
|
</head>
|
|
<body>
|
|
|
|
<elements-api
|
|
apiDescriptionUrl="webapi.yaml"
|
|
router="hash"
|
|
/>
|
|
|
|
</body>
|
|
</html>
|