Fork of github.com/did-method-plc/did-method-plc
1<!DOCTYPE html>
2<html>
3 <head>
4 <title>Redoc</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 <!-- Redoc doesn't change outer page styles -->
10 <style>
11 body {
12 margin: 0;
13 padding: 0;
14 }
15 </style>
16 </head>
17 <body>
18 <redoc spec-url='/api/plc-server-openapi3.yaml'></redoc>
19 <script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"> </script>
20 </body>
21</html>