21 lines
541 B
HTML
21 lines
541 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>Signal Server API</title>
|
|
|
|
<script src="https://unpkg.com/@stoplight/elements/web-components.min.js"></script>
|
|
<link rel="stylesheet" href="https://unpkg.com/@stoplight/elements/styles.min.css">
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
|
</head>
|
|
<body>
|
|
|
|
<elements-api
|
|
apiDescriptionUrl="signal-server-openapi.yaml"
|
|
router="hash"
|
|
/>
|
|
|
|
</body>
|
|
</html>
|