mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
25 lines
617 B
HTML
25 lines
617 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>API Reference | ReDoc</title>
|
|
<!-- needed for adaptive design -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="icon" type="image/png" href="favicon.png" />
|
|
|
|
<!--
|
|
ReDoc uses font options from the parent element
|
|
So override default browser styles
|
|
-->
|
|
<style>
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<redoc spec-url="./api.json"></redoc>
|
|
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script>
|
|
</body>
|
|
</html>
|