redoc/demo/index.html
2015-10-09 23:19:35 +03:00

20 lines
380 B
HTML

<!-- index.html -->
<html>
<head>
<title>ReDoc prototype</title>
</head>
<body>
<!-- The wrapper component -->
<redoc>
Loading...
</redoc>
<!-- ReDoc built file with all dependencies included -->
<script src="dist/redoc.full.js"> </script>
<script>
/* init redoc */
Redoc.init('petstore.json');
</script>
</body>
</html>