comparison OpenAPI/index.html @ 265:4e1a034ace3f

initial publication of openapi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Aug 2019 15:10:58 +0200
parents
children 7d27154e70f9
comparison
equal deleted inserted replaced
264:e6a478800d42 265:4e1a034ace3f
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Orthanc REST API</title>
5 <!-- needed for adaptive design -->
6 <meta charset="utf-8"/>
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8 <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
9
10 <!--
11 ReDoc doesn't change outer page styles
12 -->
13 <style>
14 body {
15 margin: 0;
16 padding: 0;
17 }
18 </style>
19 </head>
20 <body>
21 <redoc spec-url="orthanc-openapi.yaml" lazy-rendering hide-hostname></redoc>
22 <script src="./redoc.standalone.js"> </script>
23 </body>
24 </html>