mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-16 23:33:10 -06:00
18 lines
679 B
HTML
18 lines
679 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>SwiftDisplay API Reference</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<meta name="description" content="SwiftDisplay public API reference"/>
|
|
<style>body { margin: 0; padding: 0; }</style>
|
|
</head>
|
|
<body>
|
|
<!-- Self-hosted Redoc: the spec is served at /openapi.yaml and the Redoc bundle is
|
|
vendored locally (no CDN) so the docs work on an offline/air-gapped instance.
|
|
The <redoc> element auto-initialises from the standalone bundle. -->
|
|
<redoc spec-url="/openapi.yaml"></redoc>
|
|
<script src="/vendor/redoc.standalone.js"></script>
|
|
</body>
|
|
</html>
|