AdGuardHome/openapi/index.html

24 lines
649 B
HTML
Raw Normal View History

2018-11-25 17:09:52 +00:00
<!DOCTYPE html>
2020-05-02 09:57:59 +01:00
<html>
2018-11-25 17:09:52 +00:00
<head>
<title>AdGuard Home API</title>
2020-05-02 09:57:59 +01:00
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
2018-11-25 17:09:52 +00:00
2020-05-02 09:57:59 +01:00
<!--
ReDoc doesn't change outer page styles
-->
<style>
body {
margin: 0;
padding: 0;
2018-11-25 17:09:52 +00:00
}
</style>
</head>
<body>
2020-05-02 09:57:59 +01:00
<redoc spec-url='openapi.yaml'></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
2018-11-25 17:09:52 +00:00
</body>
</html>