redoc/demo/index.html

30 lines
990 B
HTML
Raw Normal View History

<!DOCTYPE html>
2015-10-03 11:54:09 +03:00
<html>
<head>
2015-11-14 18:47:14 +03:00
<title>ReDoc</title>
2015-10-10 15:34:46 +03:00
<link rel="stylesheet" href="main.css">
2016-01-21 18:26:54 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2016-06-12 20:44:34 +03:00
<style>
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,700);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
</style>
2015-10-03 11:54:09 +03:00
</head>
<body>
2015-11-04 22:31:10 +03:00
<nav>
2015-11-06 00:25:22 +03:00
<header> ReDoc </header>
2016-01-23 01:00:28 +03:00
<form id="schema-url-form">
<input id="schema-url-input" value='http://rebilly.github.io/SwaggerTemplateRepo/swagger.yaml'>
2016-01-23 01:00:28 +03:00
<button type="submit"> Explore </button>
</form>
<!--<iframe src="https://ghbtns.com/github-btn.html?user=Rebilly&repo=ReDoc&type=star&count=true&size=large"
frameborder="0" scrolling="0" width="130px" height="30px"></iframe>-->
2015-11-04 22:31:10 +03:00
</nav>
2015-12-26 20:44:39 +03:00
<redoc scroll-y-offset="body > nav" spec-url='swagger.yaml'></redoc>
2015-10-03 11:54:09 +03:00
2015-11-04 22:31:10 +03:00
<script src="main.js"> </script>
<script src="../dist/redoc.min.js"> </script>
2015-10-03 11:54:09 +03:00
</body>
</html>